aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-22 06:00:06 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-22 06:00:06 +0200
commit753b570d46741f5f14f132dd438ee2701e1a0737 (patch)
tree3be7ea52b9bf8fa33d50049ce5a4f4c0cb997b33 /src
parentc257b8a909f04ede65d79b09ca8c0ac452825f1a (diff)
Update readme
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 355789f..23d848f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1070,7 +1070,7 @@ static void usage_full() {
fprintf(stderr, "\n");
fprintf(stderr, " -mf Organise replays in folders based on the current date.\n");
fprintf(stderr, "\n");
- fprintf(stderr, " -sc Run a script on the saved video file (non-blocking). The first argument to the script is the filepath to the saved video file and the second argument is the recording type (either \"regular\" or \"replay\").\n");
+ fprintf(stderr, " -sc Run a script on the saved video file (asynchronously). The first argument to the script is the filepath to the saved video file and the second argument is the recording type (either \"regular\" or \"replay\").\n");
fprintf(stderr, " Not applicable for live streams.\n");
fprintf(stderr, "\n");
fprintf(stderr, " -cursor\n");