summaryrefslogtreecommitdiff
path: root/panfry/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'panfry/cli.py')
-rwxr-xr-xpanfry/cli.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/panfry/cli.py b/panfry/cli.py
index 6045e31..3ec6151 100755
--- a/panfry/cli.py
+++ b/panfry/cli.py
@@ -50,7 +50,7 @@ Args:
flags: [-q, --quiet]
action: store_true
default: False
- help: 'Turn off all (debug, warn, info) messages.'
+ help: 'Turn off all (debug, warn, info) messages'
logfile:
flags: [-L, --logfile]
@@ -62,10 +62,10 @@ Args:
default: './pub'
help: 'Directory to place generated documents'
- src_path:
- flags: [-s, --srcdir]
+ doc_path:
+ flags: [-s, --docdir]
default: '.'
- help: 'Directory where document source is located'
+ help: 'Directory where document content is located'
templates_path:
flags: [-T, --templates]
@@ -76,8 +76,8 @@ Args:
flags: [-C, --css]
default: 'css/style.css'
help: |
- css file for html pages.
- Includes full path relative to html directory.
+ css file for html pages
+ Includes full path relative to html directory
simple_toc:
flags: [--simple-toc]
@@ -109,7 +109,7 @@ Subparsers:
gen:
help: generate document from source
args:
- - src_path
+ - doc_path
- pub_path
- templates_path
- simple_toc