From 053c2eb0a72c5fc6719cccc76f3d48bdf2e1a1b1 Mon Sep 17 00:00:00 2001 From: Tom Bell Date: Wed, 19 Dec 2012 14:13:32 +0000 Subject: [PATCH] Rename Args to Options in command docs --- bin/jekyll2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/jekyll2 b/bin/jekyll2 index c8dfde16..7c99f953 100755 --- a/bin/jekyll2 +++ b/bin/jekyll2 @@ -21,7 +21,7 @@ global_option '--layouts', 'Layouts directory (defaults to ./_layouts)' # Build command # -# Args: +# Options: # --source # --destination # --watch @@ -38,7 +38,7 @@ end # Serve command # -# Args: +# Options: # --source # --destination # --watch