summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-10-23 14:44:36 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-01-15 13:51:53 -0800
commitdb09a082e6cf38d5b8b551c10a2bc495b3e5d57a (patch)
tree69225ad13ab47a10f6e14f386911137d5ddefb46
parent9005fc87f4b2faeb8d35d97cb48bb629497b5e42 (diff)
downloadweston-db09a082e6cf38d5b8b551c10a2bc495b3e5d57a.tar.gz
compositor: Fix typos in help text
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
-rw-r--r--src/compositor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor.c b/src/compositor.c
index 6df0811d..a42bc861 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -4196,7 +4196,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");
@@ -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\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"