Rewords description and command.

This commit is contained in:
Leandro Ostera 2015-12-09 21:28:39 +01:00
parent 40693c43a1
commit 55909a736b

View File

@ -14,6 +14,6 @@
`python -c {{command}}`
- Execute a Python module (SimpleHTTPServer, json.tool, etc)
- Run library module as a script (terminates option list)
`python -m {{moduleName}} {{parameters}}`
`python -m {{module}} {{arguments}}`