summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d
diff options
context:
space:
mode:
authorMichael Larson <mike@vyatta.com>2011-05-06 14:07:52 -0700
committerMichael Larson <mike@vyatta.com>2011-05-06 14:07:52 -0700
commit4c5199a11c951361934c7c5d4bd91e7e2ae8679a (patch)
tree1d196e52e657d0d726d414e4ca115397298a44ed /etc/bash_completion.d
parent9733a705d1c47ecae0f426b9f6130a576fa8b011 (diff)
downloadvyatta-cfg-4c5199a11c951361934c7c5d4bd91e7e2ae8679a.tar.gz
vyatta-cfg-4c5199a11c951361934c7c5d4bd91e7e2ae8679a.zip
fix typo in help text
Diffstat (limited to 'etc/bash_completion.d')
-rwxr-xr-xetc/bash_completion.d/vyatta-cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg
index d3cb36d..d59f7bd 100755
--- a/etc/bash_completion.d/vyatta-cfg
+++ b/etc/bash_completion.d/vyatta-cfg
@@ -451,16 +451,16 @@ vyatta_compare_complete ()
echo
echo "Possible completions:"
echo -e "<enter>\tCompare working & active configurations"
- echo -e "<N>\tCompare working with revion N"
- echo -e "<N> <M>\tCompare revion N with M"
+ echo -e "<N>\tCompare working with revision N"
+ echo -e "<N> <M>\tCompare revision N with M"
print_commit_log
COMPREPLY=( "" " " )
elif [ $COMP_CWORD -eq 2 -a -z "${COMP_WORDS[2]}" ]; then
echo
echo "Possible completions:"
echo -e "<enter>\tCompare working & active configurations"
- echo -e "<N>\tCompare working with revion N"
- echo -e "<N> <M>\tCompare revion N with M"
+ echo -e "<N>\tCompare working with revision N"
+ echo -e "<N> <M>\tCompare revision N with M"
print_commit_log
COMPREPLY=( "" " " )
else