diff options
author | Rob Austein <sra@hactrn.net> | 2019-03-10 14:49:22 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-03-10 14:49:22 -0400 |
commit | 7560b24c4ab03ed0351cd5959132689b4d323eb3 (patch) | |
tree | f93353bdfe5d2cdf28ce96f6d7074acd3f995f86 /README.md | |
parent | 3beadcbabe6990f4e88de25107d69ce8b6984d6a (diff) |
That looked weird, try different Markdown formatting.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 14 insertions, 16 deletions
@@ -36,19 +36,17 @@ This is what `pyzipper --help` returns as of this writing. The program itself is authoritative, this is just a snapshot for convenience. -``` -usage: pyzipper [-h] -o OUTPUT [-m MODULE] [-e EXECUTABLE] source - -Generate an executable Python zip package. - -positional arguments: - source - -optional arguments: - -h, --help show this help message and exit - -o OUTPUT, --output OUTPUT - -m MODULE, --module MODULE - module within package to run (default: main) - -e EXECUTABLE, --executable EXECUTABLE - python executable to run (default: python) -``` +> usage: pyzipper [-h] -o OUTPUT [-m MODULE] [-e EXECUTABLE] source +> +> Generate an executable Python zip package. +> +> positional arguments: +> source +> +> optional arguments: +> -h, --help show this help message and exit +> -o OUTPUT, --output OUTPUT +> -m MODULE, --module MODULE +> module within package to run (default: main) +> -e EXECUTABLE, --executable EXECUTABLE +> python executable to run (default: python) |