diff options
author | Théo de la Hogue | 2024-04-25 22:57:21 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-25 22:57:21 +0200 |
commit | 6e150b914e3bb0a7718410363498efb794b4ecbc (patch) | |
tree | 8a658524112ba213d2c1b9536fd2c4722195ec01 /docs/user_guide/utils/ready-made_scripts.md | |
parent | 8252697b266ffd2e6552d6a8bc70e659f58e014b (diff) | |
parent | e7d7c073d5ca505b79c321e32d451e5a71faf566 (diff) | |
download | argaze-6e150b914e3bb0a7718410363498efb794b4ecbc.zip argaze-6e150b914e3bb0a7718410363498efb794b4ecbc.tar.gz argaze-6e150b914e3bb0a7718410363498efb794b4ecbc.tar.bz2 argaze-6e150b914e3bb0a7718410363498efb794b4ecbc.tar.xz |
Merge branch doc/update.
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 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. |