aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-19 22:00:28 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-19 22:00:28 +0200
commit739fab83ba60087eb598a0fc8732c1bc7669b839 (patch)
tree0f227dc4b3db8afd440c55bde31d42e3d9442192 /src
parente2d1aa22034fd46c2c0eba047a9fdf3bb1ebacaf (diff)
Update todo and minor usage info
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5cee51c..0a7c32e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1085,7 +1085,7 @@ static void usage_full() {
fprintf(stderr, "\n");
fprintf(stderr, " -restore-portal-session\n");
fprintf(stderr, " If GPU Screen Recorder should use the same capture option as the last time. Using this option removes the popup asking what you want to record the next time you record with '-w portal' if you selected the option to save session (token) in the desktop portal screencast popup.\n");
- fprintf(stderr, " This option may not have any effect on all Wayland compositors. Optional, set to 'no' by default.\n");
+ fprintf(stderr, " This option may not have any effect on your Wayland compositor and your systems desktop portal needs to support ScreenCast version 5 or later. Optional, set to 'no' by default.\n");
fprintf(stderr, "\n");
fprintf(stderr, " -encoder\n");
fprintf(stderr, " Which device should be used for video encoding. Should either be 'gpu' or 'cpu'. Does currently only work with h264 codec option (-k).\n");