commit | cc9acfc75efb2460a40661cfa517e39334eb7d1d | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Mon Jan 21 23:40:59 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 24 16:41:18 2013 -0500 |
tree | c839ca22e5d9a57a2e4710e9035b1133da0e6da5 | |
parent | a95efd3bb7911b4c24c6bd704b82623ee60b4d6c [diff] |
weston-launch: Use "weston-launch" for --help instead of "weston". The output of weston-launch --help was "Usage: weston [args...] ...". This changes it to read "Usage: weston-launch [args...] ...".
diff --git a/src/weston-launch.c b/src/weston-launch.c index 6d1f7c3..583e85a 100644 --- a/src/weston-launch.c +++ b/src/weston-launch.c
@@ -541,7 +541,7 @@ sleep_fork = 10; break; case 'h': - help("weston"); + help("weston-launch"); exit(1); } }