summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-10-04 18:30:58 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-10-04 18:30:58 -0500
commitb2b6f0fee200753e2e09c1a46742a9e57a6afe87 (patch)
treecbc4988c49bf2d5e039321ef07ffcad6d4aa3f73
parentc6512b179e7d7d3a4f030422ce0195fb5ec694f2 (diff)
downloadvyatta-cfg-b2b6f0fee200753e2e09c1a46742a9e57a6afe87.tar.gz
vyatta-cfg-b2b6f0fee200753e2e09c1a46742a9e57a6afe87.zip
Fix exit help text to make it clear that you can exit without discrarding.
-rwxr-xr-xetc/bash_completion.d/vyatta-cfg4
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