fix usage to match

This commit is contained in:
Devin J. Pohly 2020-08-19 00:32:32 -05:00
parent 3b1992ca91
commit 8eb6fe8e9e
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -1934,5 +1934,5 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
usage:
BARF("Usage: %s [-qvd] [-s startup command]", argv[0]);
BARF("Usage: %s [-s startup command]", argv[0]);
}