From: Erich Smith Date: Mon, 14 May 2012 01:44:12 +0000 (-0400) Subject: update help documentation X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=1920629d1a22e4a125ac0cb6547248fe056424ca;p=common%2Fbash_it.git update help documentation --- diff --git a/bash_it.sh b/bash_it.sh index cd97ab3..693c024 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -82,11 +82,13 @@ function bash-it() { echo echo "Here is a list of commands you can use to get help screens for specific pieces of Bash it:" echo - echo " rails-help This will list out all the aliases you can use with rails." - echo " git-help This will list out all the aliases you can use with git." - echo " todo-help This will list out all the aliases you can use with todo.txt-cli" - echo " brew-help This will list out all the aliases you can use with Homebrew" - echo " aliases-help Generic list of aliases." - echo " plugins-help This will list out all the plugins and functions you can use with bash-it" + echo " rails-help list out all aliases you can use with rails." + echo " git-help list out all aliases you can use with git." + echo " todo-help list out all aliases you can use with todo.txt-cli" + echo " brew-help list out all aliases you can use with Homebrew" + echo " aliases-help generic list of aliases." + echo " plugins-help list out all functions you have installed with bash-it" + echo " bash-it-plugins summarize bash-it plugins, and their installation status" + echo " reference detailed help for a specific function" echo }