From 1920629d1a22e4a125ac0cb6547248fe056424ca Mon Sep 17 00:00:00 2001 From: Erich Smith Date: Sun, 13 May 2012 21:44:12 -0400 Subject: [PATCH] update help documentation --- bash_it.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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 } -- 2.17.1