From b2fc88336a3e10dfdf5892e12974d5982a6ff524 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 27 Aug 2020 23:15:52 +0200 Subject: Make audio optional in usage string --- .gitignore | 1 + src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 636c6b9..47f12d9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ sibs-build/ compile_commands.json tests/sibs-build/ tests/compile_commands.json +.clangd/ diff --git a/src/main.cpp b/src/main.cpp index c293338..ef1cbdf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -555,7 +555,7 @@ static void close_video(AVStream *video_stream, AVFrame *frame) { } static void usage() { - fprintf(stderr, "usage: gpu-screen-recorder -w -c -f -a \n"); + fprintf(stderr, "usage: gpu-screen-recorder -w -c -f [-a ]\n"); exit(1); } -- cgit v1.2.3