doc/gdctl: Add missing argument to options

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4308>
This commit is contained in:
Jonas Ådahl 2025-02-28 11:23:34 +08:00 committed by Marge Bot
parent cf504d8de6
commit adf49decb1

View File

@ -81,7 +81,7 @@ SET OPTIONS
Add and configure a logical monitor. See LOGICAL MONITOR OPTIONS. Add and configure a logical monitor. See LOGICAL MONITOR OPTIONS.
``--for-lease-monitor``, ``-e`` ``--for-lease-monitor CONNECTOR``, ``-e CONNECTOR``
Set a monitor, that is not part of any logical monitor, available for lease. Set a monitor, that is not part of any logical monitor, available for lease.
@ -113,7 +113,7 @@ LOGICAL MONITOR OPTIONS
Set the X position of the currently configured logical monitor. Set the X position of the currently configured logical monitor.
``--y``, ``-y Y`` Y position ``--y Y``, ``-y Y`` Y position
Set the Y position of the currently configured logical monitor. Set the Y position of the currently configured logical monitor.
@ -138,11 +138,11 @@ LOGICAL MONITOR OPTIONS
MONITOR OPTIONS MONITOR OPTIONS
--------------- ---------------
``--mode``, ``-m`` ``--mode MODE``, ``-m MODE``
Set the mode of the monitor. Set the mode of the monitor.
``--color-mode``, ``-c`` ``--color-mode COLOR-MODE``, ``-c COLOR-MODE``
Set the color mode of the monitor. Available color modes are ``default`` and Set the color mode of the monitor. Available color modes are ``default`` and
``bt2100``. ``bt2100``.