aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-03-10 14:49:55 -0400
committerRob Austein <sra@hactrn.net>2019-03-10 14:49:55 -0400
commit6e374d8b1da208bd2488d91c2920f70944fa670f (patch)
treef1e902be0ef0c33fc18be88cc72855b12a96a8e1
parent7560b24c4ab03ed0351cd5959132689b4d323eb3 (diff)
Revert "That looked weird, try different Markdown formatting."
This reverts commit 7560b24c4ab03ed0351cd5959132689b4d323eb3. Block quote was not an improvement.
-rw-r--r--README.md30
1 files changed, 16 insertions, 14 deletions
diff --git a/README.md b/README.md
index 93db71c..6d88824 100644
--- a/README.md
+++ b/README.md
@@ -36,17 +36,19 @@ 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)
+```