From 3642f1ca4243c4439386808230955a851dc96db6 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Mon, 1 Aug 2011 13:23:11 -0500 Subject: Cleanup help text for compare --- etc/bash_completion.d/vyatta-cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/bash_completion.d') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 104cb9a..7591915 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -458,7 +458,7 @@ print_commit_log () local count=0 for i in "${array[@]}"; do i=${i//_/ } - echo -e "$count\t$i" + echo -e " $count\t$i" (( count++ )) done } @@ -498,7 +498,7 @@ vyatta_compare_complete () echo echo "Possible completions:" echo -e " \tCompare working & active configurations" - echo -e " \tCompare working with revision N" + echo -e " \t\tCompare working with revision N" echo -e " \tCompare revision N with M" print_commit_log COMPREPLY=( "" " " ) @@ -506,7 +506,7 @@ vyatta_compare_complete () echo echo "Possible completions:" echo -e " \tCompare working & active configurations" - echo -e " \tCompare working with revision N" + echo -e " \t\tCompare working with revision N" echo -e " \tCompare revision N with M" print_commit_log COMPREPLY=( "" " " ) -- cgit v1.2.3