Update postToBlog.sh

This commit is contained in:
张壹 2018-11-12 16:01:17 -08:00
parent 6aeb300e61
commit e89dd055b2

View File

@ -30,7 +30,7 @@ do
dispOptionShort "-T" "Blog title. The default will use the h1 level title in the input markdown file. The use of this option will overwrite the default. The output filename will use the current date plus the blog title. Note that following symbols in the title will be replaced by the '-' symbol: '!','@','#','$','%','^','&','*','_',':'."
dispOptionShort "-c" "Blog categories that are separated by commas. The default is/are '${_categories}'."
dispOptionShort "-t" "Blog tags that are separated by commas. The default is/are '${_tags}'."
dispOptionShort "-s" "Sub-directory of the posts. The main directory of the posts is placed under '${_posts_address}' folder of your Github.io directory."
dispOptionShort "-s" "Sub-directory of the posts. The main directory of the posts is placed under '${_posts_address}' folder of your Github.io directory. The default is ${_posts_sub_address}."
dispOptionShort "-S" "Save output markdown file. The default will remove the output file after committing the blog to Github."
dispOptionShort "-h" "Show help information."
exit 0;;