diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-01 01:05:18 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-01 01:05:18 +0200 |
commit | 33467cb7f4bb4b81cff247e4d28c88f00c8bbdf6 (patch) | |
tree | f6689a22d6faf4471f690280d06b84b513859004 /src | |
parent | 1a61c64e3ff725d5a1a397f975e6227fa254018b (diff) |
m
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b82aeee..bf17087 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1296,7 +1296,7 @@ static void usage_full() { printf("NOTES:\n"); printf(" Send signal SIGINT to gpu-screen-recorder (Ctrl+C, or killall -SIGINT gpu-screen-recorder) to stop and save the recording. When in replay mode this stops recording without saving.\n"); printf(" Send signal SIGUSR1 to gpu-screen-recorder (killall -SIGUSR1 gpu-screen-recorder) to save a replay (when in replay mode).\n"); - printf(" Send signal SIGUSR2 to gpu-screen-recorder (killall -SIGUSR2 gpu-screen-recorder) to pause/unpause recording. Only applicable and useful when recording (not streaming nor replay).\n"); + printf(" Send signal SIGUSR2 to gpu-screen-recorder (killall -SIGUSR2 gpu-screen-recorder) to pause/unpause recording. Only applicable when recording (not streaming nor replay).\n"); printf("\n"); printf("EXAMPLES:\n"); printf(" %s -w screen -f 60 -a default_output -o video.mp4\n", program_name); |