diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2011-01-20 16:54:04 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2011-01-20 16:54:04 -0800 |
commit | 77d6d68d7674009b98722173a66e6b5d6cc188d1 (patch) | |
tree | 42c3c95ad702eaffbc037ec31534be66228bd208 | |
parent | 2afba134ac74db4775e256f32862a1183dd7db3e (diff) | |
download | vyatta-cfg-77d6d68d7674009b98722173a66e6b5d6cc188d1.tar.gz vyatta-cfg-77d6d68d7674009b98722173a66e6b5d6cc188d1.zip |
Fix 6669: help strings for confirm and commit-confirm are not very clear
-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 7b44f35..a72b8c8 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -736,10 +736,10 @@ vyatta_config_complete () "set" \ "show" ) _get_help_text_helps=( \ - "Confirm prior commit" \ + "Confirm prior commit-confirm" \ "Add comment to this configuration element" \ "Commit the current set of changes" \ - "Commit the current set of changes with confirm" \ + "Commit the current set of changes with 'confirm' required" \ "Compare configuration revisions" \ "Copy a configuration element" \ "Delete a configuration element" \ |