[PATCH weston] weston-launch: Use "weston-launch" for --help instead of "weston".
Scott Moreau
oreaus at gmail.com
Mon Jan 21 22:40:59 PST 2013
The output of weston-launch --help was "Usage: weston [args...] ...".
This changes it to read "Usage: weston-launch [args...] ...".
---
src/weston-launch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ main(int argc, char *argv[])
sleep_fork = 10;
break;
case 'h':
- help("weston");
+ help("weston-launch");
exit(1);
}
}
--
1.7.10.4
More information about the wayland-devel
mailing list