diff options
Diffstat (limited to 'docs/user_guide')
-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 3640784..2c657e0 100644 --- a/docs/user_guide/utils/ready-made_scripts.md +++ b/docs/user_guide/utils/ready-made_scripts.md @@ -25,7 +25,7 @@ Use -p option to enable pipe communication at given address: python -m argaze post_processing_context.json -p /tmp/argaze ``` -Then, in another console window, you can send any Python command into the pipe. +Open another tab in the **same** Terminal window then, you can send any Python command into the pipe. For example: |