mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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;
|
wl.verbose = 1;
|
||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
help("weston-launch");
|
help("mutter-launch");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user