From b044ef73bc07e4562cf2fec8a1f9503f69a98618 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Fri, 9 May 2014 11:16:01 +0200 Subject: Change help to reflect possibility of editing md files --- bb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb.sh b/bb.sh index edc2de9..ee4399a 100755 --- a/bb.sh +++ b/bb.sh @@ -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)" -- cgit v1.2.3