diff options
Diffstat (limited to 'etc/bash_completion.d/20vyatta-cfg')
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index c62f51a..d7b849c 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -106,6 +106,9 @@ commit () next=0; elif [ "$arg" == "comment" ]; then next=1 + elif [ "$arg" == "confirm" ]; then + echo Use commit-confirm command + return 1; else args[${#args[@]}]="$arg" fi |