diff options
author | Théo de la Hogue | 2024-04-24 11:42:05 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-24 11:42:05 +0200 |
commit | 24fa2feba01975fecfd85edf2e6e9373de522369 (patch) | |
tree | 266e953146da99cbfe412f68442ec58ecbe7e04a /docs/user_guide/utils/ready-made_scripts.md | |
parent | 23dfd7a70bd1ddc2c03aa465557235c6430a482e (diff) | |
download | argaze-24fa2feba01975fecfd85edf2e6e9373de522369.zip argaze-24fa2feba01975fecfd85edf2e6e9373de522369.tar.gz argaze-24fa2feba01975fecfd85edf2e6e9373de522369.tar.bz2 argaze-24fa2feba01975fecfd85edf2e6e9373de522369.tar.xz |
Improving documentation.
Diffstat (limited to 'docs/user_guide/utils/ready-made_scripts.md')
-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: |