mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 21:48:04 +02:00
compositor: Fix tabbing of help output
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
fd26d57365
commit
9005fc87f4
1 changed files with 2 additions and 2 deletions
|
|
@ -4226,7 +4226,7 @@ usage(int error_code)
|
|||
"Options for wayland-backend.so:\n\n"
|
||||
" --width=WIDTH\t\tWidth of Wayland surface\n"
|
||||
" --height=HEIGHT\tHeight of Wayland surface\n"
|
||||
" --scale=SCALE\tScale factor of ouput\n"
|
||||
" --scale=SCALE\t\tScale factor of ouput\n"
|
||||
" --fullscreen\t\tRun in fullscreen mode\n"
|
||||
" --use-pixman\t\tUse the pixman (CPU) renderer\n"
|
||||
" --output-count=COUNT\tCreate multiple outputs\n"
|
||||
|
|
@ -4252,7 +4252,7 @@ usage(int error_code)
|
|||
" --height=HEIGHT\tHeight of desktop\n"
|
||||
" --env-socket=SOCKET\tUse that socket as peer connection\n"
|
||||
" --address=ADDR\tThe address to bind\n"
|
||||
" --port=PORT\tThe port to listen on\n"
|
||||
" --port=PORT\t\tThe port to listen on\n"
|
||||
" --no-clients-resize\tThe RDP peers will be forced to the size of the desktop\n"
|
||||
" --rdp4-key=FILE\tThe file containing the key for RDP4 encryption\n"
|
||||
" --rdp-tls-cert=FILE\tThe file containing the certificate for TLS encryption\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue