From 00b132c7b4ba5a099d1830ccc8e6cd1428fa38b6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 5 Dec 2024 17:48:21 +0100 Subject: Remove incorrect references to -aa and -aai --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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 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); -- cgit v1.2.3