From b2b6f0fee200753e2e09c1a46742a9e57a6afe87 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 4 Oct 2011 18:30:58 -0500 Subject: Fix exit help text to make it clear that you can exit without discrarding. --- etc/bash_completion.d/vyatta-cfg | 4 ++-- 1 file 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=("" "discard") + _get_help_text_helps=("Execute the current command" "Discard any changes") get_help_text vyatta_completions=("discard") vyatta_do_complete -- cgit v1.2.3