diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-05 17:48:21 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-05 17:48:21 +0100 |
commit | 00b132c7b4ba5a099d1830ccc8e6cd1428fa38b6 (patch) | |
tree | 7206d889c211a048a07e6abf0437b5e71ee0a044 /src/main.cpp | |
parent | 508934b14a78f420174c1953ee8460384444e72b (diff) |
Remove incorrect references to -aa and -aai
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index f8af892..dd7e0f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1212,10 +1212,10 @@ static void usage_full() { printf(" The <audio_device_name> is the name that can be passed to GPU Screen Recorder with the -a option.\n"); printf("\n"); printf(" --list-application-audio\n"); - printf(" Lists application that you can record from (with the -aa or -aai option) (prints them to stdout and exits), for example:\n"); + printf(" Lists applications that you can record from (prints them to stdout and exits), for example:\n"); printf(" firefox\n"); printf(" csgo\n"); - printf(" These names are the application audio names that can be passed to GPU Screen Recorder with the -aa option.\n"); + printf(" These names are the application audio names that can be passed to GPU Screen Recorder with the -a option.\n"); printf("\n"); printf(" --version\n"); printf(" Print version (%s) and exit\n", GSR_VERSION); |