Browse Source

That looked weird, try different Markdown formatting.

Rob Austein 6 years ago
parent
commit
7560b24c4a
1 changed files with 14 additions and 16 deletions
  1. 14 16
      README.md

+ 14 - 16
README.md

@@ -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)