Skip to content

Commit

Permalink
config-mgmt: T5976: commit-confirm completion to include soft revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jestabro committed Oct 8, 2024
1 parent 7f0896e commit 4cd430f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/bash_completion.d/vyatta-cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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=( "" " " )
Expand Down

0 comments on commit 4cd430f

Please sign in to comment.