fix usage to match
1 files changed, 1 insertions(+), 1 deletions(-) M dwl.c
M dwl.c => dwl.c +1 -1
@@ 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]); }