diff --git a/pages/common/python.md b/pages/common/python.md index 7d383e1566..ddce5c7b70 100644 --- a/pages/common/python.md +++ b/pages/common/python.md @@ -13,3 +13,7 @@ - Execute Python language single command `python -c {{command}}` + +- Run library module as a script (terminates option list) + +`python -m {{module}} {{arguments}}`