Fix help str to match program name

This commit is contained in:
Ricky Liou 2018-11-04 12:15:59 -08:00
parent 2a9ed676b6
commit 3d6ccb0c5a

View File

@ -62,7 +62,7 @@ int main(int argc, char **argv)
static const char *short_options = "hd";
const char *help_str =
"Usage: xorg_launcher [OPTION]\n"
"Usage: autorandr_launcher [OPTION]\n"
"\n"
"Listens to X server screen change events and launches autorandr after an event occurs.\n"
"\n"