diff options
-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 |