Added todo-help entry in bash-it.sh's bash-it function

pull/17/head
Mark Szymanski 2010-10-31 15:32:22 -05:00
parent 3511e9e269
commit e6fb7030bf
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ function 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 " aliases-help Generic list of aliases."
echo
}