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:
committed by
Kristian Høgsberg
parent
a95efd3bb7
commit
cc9acfc75e
+1
-1
@@ -541,7 +541,7 @@ main(int argc, char *argv[])
|
|||||||
sleep_fork = 10;
|
sleep_fork = 10;
|
||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
help("weston");
|
help("weston-launch");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user