Make audio optional in usage string
This commit is contained in:
parent
89374d3901
commit
b2fc88336a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ sibs-build/
|
||||
compile_commands.json
|
||||
tests/sibs-build/
|
||||
tests/compile_commands.json
|
||||
.clangd/
|
||||
|
@ -555,7 +555,7 @@ static void close_video(AVStream *video_stream, AVFrame *frame) {
|
||||
}
|
||||
|
||||
static void usage() {
|
||||
fprintf(stderr, "usage: gpu-screen-recorder -w <window_id> -c <container_format> -f <fps> -a <audio_input>\n");
|
||||
fprintf(stderr, "usage: gpu-screen-recorder -w <window_id> -c <container_format> -f <fps> [-a <audio_input>]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user