diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-04 16:43:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-04 16:43:39 +0100 |
commit | dae314be6df89af4da648cc94855f145bbf43625 (patch) | |
tree | b45a6a990a098ee811ef6feaf2ea52f6c99fca5d /etc | |
parent | 77569a0c2fa529289bfc6c8f77e8edbc221f54b9 (diff) | |
download | vyatta-cfg-dae314be6df89af4da648cc94855f145bbf43625.tar.gz vyatta-cfg-dae314be6df89af4da648cc94855f145bbf43625.zip |
T4049: add completion help for "compare commands"
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bash_completion.d/vyatta-cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 8fc92e9..0226ed9 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -350,6 +350,7 @@ vyatta_compare_complete () [ $COMP_CWORD -eq 1 -a -z "$current_prefix" ]; then echo echo "Possible completions:" + echo -e " commands\tCompare working & active configurations and show \"set\" commands" echo -e " <Enter>\tCompare working & active configurations" echo -e " saved\t\tCompare working & saved configurations" echo -e " <N>\t\tCompare working with revision N" |