From: Nils Winkler Date: Wed, 23 May 2012 07:31:35 +0000 (+0200) Subject: Updated help X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e82991beb8ca7239863444aaf555d82a5dd63b93;p=common%2Fbash_it.git Updated help --- diff --git a/lib/helpers.bash b/lib/helpers.bash index 2bd8cf7..2530d7f 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -81,9 +81,9 @@ _bash-it-describe () printf "%-20s%-10s%s\n" "$(basename $f | cut -d'.' -f1)" " [$enabled]" "$(cat $f | metafor about-$file_type)" done printf '\n%s\n' "to enable $preposition $file_type, do:" - printf '%s\n' "$ enable-$file_type <$file_type name> -or- $ enable-$file_type all" + printf '%s\n' "$ bash-it enable $file_type <$file_type name> -or- $ bash-it enable $file_type all" printf '\n%s\n' "to disable $preposition $file_type, do:" - printf '%s\n' "$ disable-$file_type <$file_type name> -or- $ disable-$file_type all" + printf '%s\n' "$ bash-it disable $file_type <$file_type name> -or- $ bash-it disable $file_type all" } disable-plugin ()