aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/utils/ready-made_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/utils/ready-made_scripts.md')
-rw-r--r--docs/user_guide/utils/ready-made_scripts.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/utils/ready-made_scripts.md b/docs/user_guide/utils/ready-made_scripts.md
index 5f521e1..5d34bff 100644
--- a/docs/user_guide/utils/ready-made_scripts.md
+++ b/docs/user_guide/utils/ready-made_scripts.md
@@ -14,7 +14,7 @@ Collection of command-line scripts to provide useful features.
Load and execute any ArContext from a JSON CONFIGURATION file
```shell
-python -m argaze CONFIGURATION
+python -m argaze load CONFIGURATION
```
### Send command
@@ -22,7 +22,7 @@ python -m argaze CONFIGURATION
Use -p option to enable pipe communication at given address:
```shell
-python -m argaze CONFIGURATION -p /tmp/argaze
+python -m argaze load CONFIGURATION -p /tmp/argaze
```
Open another tab in the **same** Terminal window then, you can send any Python command into the pipe.