added documentation for plugins-help

This commit is contained in:
Florian Baumann
2010-11-08 21:52:49 +01:00
parent 6a890d21c9
commit bd22485639
2 changed files with 2 additions and 0 deletions

View File

@@ -71,5 +71,6 @@ function bash-it() {
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 " 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
}