From e89dd055b26596198723eae590bef8f5231d02d8 Mon Sep 17 00:00:00 2001 From: pi Date: Mon, 12 Nov 2018 16:01:17 -0800 Subject: [PATCH] Update postToBlog.sh --- postToBlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postToBlog.sh b/postToBlog.sh index 17fa883..ea5f4a1 100755 --- a/postToBlog.sh +++ b/postToBlog.sh @@ -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;;