aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-31 23:37:39 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-21 14:40:36 +0200
commite223556b5de2b7eebd995ac61ddd99a3b1f1ac6d (patch)
treea276c9e1de879ea56f85813d41c6950de8525218 /src/main.cpp
parent19dfa524d4bd2963531868c141af635fe31c3efd (diff)
Rename to gpu screen recorder
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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;
}