Skip to content

Commit

Permalink
Merge pull request #93 from jestabro/commit-confirm-soft-rollback
Browse files Browse the repository at this point in the history
config-mgmt: T5976: commit-confirm completion to include soft revert
  • Loading branch information
jestabro authored Oct 8, 2024
2 parents 7f0896e + 4cd430f commit 2f5045e
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 2f5045e

Please sign in to comment.