update usage

This commit is contained in:
Ben Harris 2018-07-22 16:59:25 -04:00
parent ef0f2e6dda
commit fd2a309597
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 3 additions and 2 deletions

5
bb.sh
View File

@ -993,7 +993,7 @@ rebuild_all_entries() {
# Displays the help
usage() {
echo "$global_software_name v$global_software_version"
echo "Usage: $0 command [filename]"
echo "usage: bb command [filename]"
echo ""
echo "Commands:"
echo " post [-html] [filename] insert a new blog post, or the filename of a draft to continue editing it"
@ -1010,7 +1010,8 @@ usage() {
echo " tags [-n] list all tags in alphabetical order"
echo " use '-n' to sort list by number of posts"
echo ""
echo "For more information please open $0 in a code editor and read the header and comments"
echo "for more information please see https://tilde.team/wiki/?page=tildeblogs"
echo "source here: https://git.tilde.team/meta/bashblog"
}
# Delete all generated content, leaving only this script