Rewords description and command.

waldyrious/alt-syntax
Leandro Ostera 2015-12-09 21:28:39 +01:00
parent 40693c43a1
commit 55909a736b
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
`python -c {{command}}` `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}}`