diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-10-04 18:30:58 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-04 18:30:58 -0500 |
commit | b2b6f0fee200753e2e09c1a46742a9e57a6afe87 (patch) | |
tree | cbc4988c49bf2d5e039321ef07ffcad6d4aa3f73 | |
parent | c6512b179e7d7d3a4f030422ce0195fb5ec694f2 (diff) | |
download | vyatta-cfg-b2b6f0fee200753e2e09c1a46742a9e57a6afe87.tar.gz vyatta-cfg-b2b6f0fee200753e2e09c1a46742a9e57a6afe87.zip |
Fix exit help text to make it clear that you can exit without discrarding.
-rwxr-xr-x | etc/bash_completion.d/vyatta-cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 1a543dc..bdc2888 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -743,8 +743,8 @@ vyatta_config_complete () eval $restore_shopts return fi - _get_help_text_items=("discard") - _get_help_text_helps=("Discard any changes") + _get_help_text_items=("<Enter>" "discard") + _get_help_text_helps=("Execute the current command" "Discard any changes") get_help_text vyatta_completions=("discard") vyatta_do_complete |