Browse Source

Adds -m syntax to python page

Leandro Ostera 9 years ago
parent
commit
40693c43a1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/python.md

+ 4 - 0
pages/common/python.md

@@ -13,3 +13,7 @@
 - Execute Python language single command
 - Execute Python language single command
 
 
 `python -c {{command}}`
 `python -c {{command}}`
+
+- Execute a Python module (SimpleHTTPServer, json.tool, etc)
+
+`python -m {{moduleName}} {{parameters}}`