aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-19 00:32:32 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-19 00:32:32 -0500
commit8eb6fe8e9e9e72801e149ef497c68f1df33f9e36 (patch)
tree6660a6d51ff3e1be453f94fc5aa9f0c8023d539f
parent3b1992ca91b9a468019165c985263f5b1cc78c2c (diff)
fix usage to match
-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]);
}