From dae314be6df89af4da648cc94855f145bbf43625 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 4 Dec 2021 16:43:39 +0100 Subject: T4049: add completion help for "compare commands" --- etc/bash_completion.d/vyatta-cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 8fc92e9..0226ed9 100644 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -350,6 +350,7 @@ vyatta_compare_complete () [ $COMP_CWORD -eq 1 -a -z "$current_prefix" ]; then echo echo "Possible completions:" + echo -e " commands\tCompare working & active configurations and show \"set\" commands" echo -e " \tCompare working & active configurations" echo -e " saved\t\tCompare working & saved configurations" echo -e " \t\tCompare working with revision N" -- cgit v1.2.3