mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 04:48:03 +02:00
compositor: Fix typos in help text
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
f5b34aeeb8
commit
b8b25bd5e8
1 changed files with 2 additions and 2 deletions
|
|
@ -4497,7 +4497,7 @@ usage(int error_code)
|
|||
" -S, --socket=NAME\tName of socket to listen on\n"
|
||||
" -i, --idle-time=SECS\tIdle time in seconds\n"
|
||||
" --modules\t\tLoad the comma-separated list of modules\n"
|
||||
" --log==FILE\t\tLog to the given file\n"
|
||||
" --log=FILE\t\tLog to the given file\n"
|
||||
" --no-config\t\tDo not read weston.ini\n"
|
||||
" -h, --help\t\tThis help message\n\n");
|
||||
|
||||
|
|
@ -4527,7 +4527,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\t\tScale factor of ouput\n"
|
||||
" --scale=SCALE\t\tScale factor of output\n"
|
||||
" --fullscreen\t\tRun in fullscreen mode\n"
|
||||
" --use-pixman\t\tUse the pixman (CPU) renderer\n"
|
||||
" --output-count=COUNT\tCreate multiple outputs\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue