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:
parent
a95efd3bb7
commit
cc9acfc75e
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue