diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2011-01-20 16:54:04 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2011-01-20 18:16:33 -0800 |
commit | ca49d93f60c76859ce4599bdf1d1dca3206711eb (patch) | |
tree | 46faefbe017dd404bb2512fd9e9a0c61c9557f9c | |
parent | c485d819ad0109ce5ed9655752a51e273b573301 (diff) | |
download | vyatta-cfg-ca49d93f60c76859ce4599bdf1d1dca3206711eb.tar.gz vyatta-cfg-ca49d93f60c76859ce4599bdf1d1dca3206711eb.zip |
Fix 6669: help strings for confirm and commit-confirm are not very clear
(cherry picked from commit 77d6d68d7674009b98722173a66e6b5d6cc188d1)
-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" \ |