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...] ...".
Scott Moreau 12 years ago committed by Kristian Høgsberg
parent a95efd3bb7
commit cc9acfc75e
  1. 2
      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);
}
}

Loading…
Cancel
Save