diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 49e651c..682b90a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -433,7 +433,7 @@ static void close_video(AVStream *video_stream, AVFrame *frame) { int main(int argc, char **argv) { if (argc < 4) { - fprintf(stderr, "usage: hardware-screen-recorder <window_id> <container_format> <fps>\n"); + fprintf(stderr, "usage: gpu-screen-recorder <window_id> <container_format> <fps>\n"); return 1; } |