diff options
-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=( "" " " ) |