Referring to the new changes in the manpage.

This commit is contained in:
phillbush
2020-05-19 05:56:06 -03:00
parent d2435fcd5f
commit c0cff00dc8
2 changed files with 7 additions and 1 deletions

View File

@@ -827,6 +827,6 @@ cleanup(void)
static void
usage(void)
{
(void)fprintf(stderr, "usage: xmenu [-w]\n");
(void)fprintf(stderr, "usage: xmenu [-w] title...\n");
exit(1);
}