diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-05-09 11:16:01 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2014-05-09 11:16:01 +0200 |
commit | b044ef73bc07e4562cf2fec8a1f9503f69a98618 (patch) | |
tree | 4e15fd743d60f0dbf002b9666ed3f4aa505d984f /bb.sh | |
parent | 8cc568fb4a2fd9cc9d9d9cbe150f116e735b57d7 (diff) |
Change help to reflect possibility of editing md files
Diffstat (limited to 'bb.sh')
-rwxr-xr-x | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -957,7 +957,7 @@ echo "" echo "Commands:" echo " post [-m] [filename] insert a new blog post, or the filename of a draft to continue editing it" echo " use '-m' to edit the post as Markdown text" -echo " edit [-n|-f] [filename] edit an already published .html file. **NEVER** edit manually a published .html file," +echo " edit [-n|-f] [filename] edit an already published .html or .md file. **NEVER** edit manually a published .html file," echo " always use this function as it keeps internal data and rebuilds the blog" echo " use '-n' to give the file a new name, if title was changed" echo " use '-f' to edit full html file, instead of just text part (also preserves name)" |