aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index b1d1a39..fa0a193 100644
--- a/dwl.c
+++ b/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]);
}