diff options
Diffstat (limited to 'docs/user_guide/utils')
-rw-r--r-- | docs/user_guide/utils/ready-made_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md index 2c657e0..5f521e1 100644 --- a/docs/user_guide/utils/ready-made_scripts.md +++ b/docs/user_guide/utils/ready-made_scripts.md @@ -22,7 +22,7 @@ python -m argaze CONFIGURATION Use -p option to enable pipe communication at given address: ```shell -python -m argaze post_processing_context.json -p /tmp/argaze +python -m argaze CONFIGURATION -p /tmp/argaze ``` Open another tab in the **same** Terminal window then, you can send any Python command into the pipe. |