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...] ...".
This commit is contained in:
Scott Moreau
2013-01-21 23:40:59 -07:00
committed by Kristian Høgsberg
parent a95efd3bb7
commit cc9acfc75e
+1 -1
View File
@@ -541,7 +541,7 @@ main(int argc, char *argv[])
sleep_fork = 10;
break;
case 'h':
help("weston");
help("weston-launch");
exit(1);
}
}