diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-08 10:20:37 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-10-08 10:20:37 -0500 |
commit | 4cd430f5f80fbbb44298ee1c2898230fbb42a7e5 (patch) | |
tree | 07136df2fe4dca954ed19d27dabcadea916f162f /etc | |
parent | 7f0896ed6e58c7796bb175f46a9c97f2319c9648 (diff) | |
download | vyatta-cfg-4cd430f5f80fbbb44298ee1c2898230fbb42a7e5.tar.gz vyatta-cfg-4cd430f5f80fbbb44298ee1c2898230fbb42a7e5.zip |
config-mgmt: T5976: commit-confirm completion to include soft revert
Diffstat (limited to 'etc')
-rw-r--r-- | 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 2b208ce..da1e71f 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -409,8 +409,8 @@ vyatta_commit_complete () if [ "${COMP_WORDS[0]}" = "commit" ]; then echo -e " <Enter>\tCommit working configuration" elif [ "${COMP_WORDS[0]}" = "commit-confirm" ]; then - echo -e " <Enter>\tCommit, rollback/reboot in 10 minutes if no confirm" - echo -e " <N>\t\tCommit, rollback/reboot in N minutes if no confirm" + echo -e " <Enter>\tCommit, revert commit in 10 minutes if no confirm" + echo -e " <N>\t\tCommit, revert commit in N minutes if no confirm" fi echo -e " comment\tComment for commit log" COMPREPLY=( "" " " ) |