Skip to content

Commit

Permalink
Updated help
Browse files Browse the repository at this point in the history
  • Loading branch information
nwinkler committed May 23, 2012
1 parent 961c914 commit e82991b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit e82991b

Please sign in to comment.