From 40693c43a1b4c91935593f67d9bef37440d9d0f9 Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Wed, 9 Dec 2015 20:30:14 +0100 Subject: [PATCH] Adds -m syntax to python page --- pages/common/python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/python.md b/pages/common/python.md index 7d383e156..8ee9e52d8 100644 --- a/pages/common/python.md +++ b/pages/common/python.md @@ -13,3 +13,7 @@ - Execute Python language single command `python -c {{command}}` + +- Execute a Python module (SimpleHTTPServer, json.tool, etc) + +`python -m {{moduleName}} {{parameters}}`