fix usage to match
This commit is contained in:
parent
3b1992ca91
commit
8eb6fe8e9e
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue