From 56cf14404479d6f039f014dd7552662f85ec3eff Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:06:49 +0900 Subject: [PATCH] Command line argument refinement --- src/selkies_gstreamer/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/selkies_gstreamer/__main__.py b/src/selkies_gstreamer/__main__.py index c23e8eed..0ef792a6 100644 --- a/src/selkies_gstreamer/__main__.py +++ b/src/selkies_gstreamer/__main__.py @@ -399,7 +399,7 @@ def main(): help='Enable cursor debug logging') parser.add_argument('--cursor_size', default=os.environ.get('WEBRTC_CURSOR_SIZE', os.environ.get('XCURSOR_SIZE', '24')), - help='Cursor size in points for the local cursor, preferably set XCURSOR_SIZE instead of this argument to configure the remote cursor size in the remote desktop environment as well') + help='Cursor size in points, only for the local cursor, instead set XCURSOR_SIZE without of this argument to configure the cursor size for both the local and remote cursors') parser.add_argument('--metrics_port', default=os.environ.get('WEBRTC_METRICS_PORT', '8000'), help='Port to start metrics server on')