mutter-launch: Use the correct binary name for the help message as well
This commit is contained in:
parent
698bb24848
commit
e48a5cd5f2
@ -719,7 +719,7 @@ main(int argc, char *argv[])
|
||||
wl.verbose = 1;
|
||||
break;
|
||||
case 'h':
|
||||
help("weston-launch");
|
||||
help("mutter-launch");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user