diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-03-31 23:37:39 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-21 14:40:36 +0200 |
commit | e223556b5de2b7eebd995ac61ddd99a3b1f1ac6d (patch) | |
tree | a276c9e1de879ea56f85813d41c6950de8525218 /src/main.cpp | |
parent | 19dfa524d4bd2963531868c141af635fe31c3efd (diff) |
Rename to gpu screen recorder
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; } |