aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dwl.c b/dwl.c
index 92414fa..25a0c2e 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1950,6 +1950,5 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
usage:
- printf("Usage: %s [-qvd] [-s startup command]\n", argv[0]);
- return EXIT_FAILURE;
+ BARF("Usage: %s [-qvd] [-s startup command]", argv[0]);
}