From 4cd430f5f80fbbb44298ee1c2898230fbb42a7e5 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Tue, 8 Oct 2024 10:20:37 -0500 Subject: config-mgmt: T5976: commit-confirm completion to include soft revert --- etc/bash_completion.d/vyatta-cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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 " \tCommit working configuration" elif [ "${COMP_WORDS[0]}" = "commit-confirm" ]; then - echo -e " \tCommit, rollback/reboot in 10 minutes if no confirm" - echo -e " \t\tCommit, rollback/reboot in N minutes if no confirm" + echo -e " \tCommit, revert commit in 10 minutes if no confirm" + echo -e " \t\tCommit, revert commit in N minutes if no confirm" fi echo -e " comment\tComment for commit log" COMPREPLY=( "" " " ) -- cgit v1.2.3