Remove incorrect references to -aa and -aai

This commit is contained in:
dec05eba
2024-12-05 17:48:21 +01:00
parent 508934b14a
commit 00b132c7b4
2 changed files with 4 additions and 2 deletions

View File

@@ -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);