mutter-launch: Use the correct binary name for the help message as well

This commit is contained in:
Adel Gadllah 2013-09-15 20:28:24 +02:00
parent 698bb24848
commit e48a5cd5f2

View File

@ -719,7 +719,7 @@ main(int argc, char *argv[])
wl.verbose = 1;
break;
case 'h':
help("weston-launch");
help("mutter-launch");
exit(EXIT_FAILURE);
}
}