diff options
| author | Scott Bahling <sbahling@suse.de> | 2013-03-23 15:02:28 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2013-03-23 15:02:28 +0100 |
| commit | e80e4d436248d7129e3c9d58dfa61c28565a3e92 (patch) | |
| tree | 0d0b01ebfe4765008dcbf06785b4f25500e6abdf /panfry/cli.py | |
| parent | 74edbf065728498c38f1975c97b7d16f40d1903c (diff) | |
| download | panfry-e80e4d436248d7129e3c9d58dfa61c28565a3e92.tar.gz panfry-e80e4d436248d7129e3c9d58dfa61c28565a3e92.tar.xz panfry-e80e4d436248d7129e3c9d58dfa61c28565a3e92.zip | |
Change --srcdir to --docdir
Avoid confusion with the src/ path that contain the
document sources
Diffstat (limited to 'panfry/cli.py')
| -rwxr-xr-x | panfry/cli.py | 14 |
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 |
