projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a95efd3
)
weston-launch: Use "weston-launch" for --help instead of "weston".
author
Scott Moreau
<oreaus@gmail.com>
Tue, 22 Jan 2013 06:40:59 +0000
(23:40 -0700)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 24 Jan 2013 21:41:18 +0000
(16:41 -0500)
The output of weston-launch --help was "Usage: weston [args...] ...".
This changes it to read "Usage: weston-launch [args...] ...".
src/weston-launch.c
patch
|
blob
|
history
diff --git
a/src/weston-launch.c
b/src/weston-launch.c
index
6d1f7c3
..
583e85a
100644
(file)
--- a/
src/weston-launch.c
+++ b/
src/weston-launch.c
@@
-541,7
+541,7
@@
main(int argc, char *argv[])
sleep_fork = 10;
break;
case 'h':
- help("weston");
+ help("weston
-launch
");
exit(1);
}
}