commit f79746c57877cd41c975cd14797cdba4ca6abff5 parent f13227ebae53840411ba75e320ba09ee2da19b44 Author: Devin J. Pohly <djpohly@gmail.com> Date: Wed, 19 Aug 2020 00:24:57 -0500 this is technically barf too I guess? Diffstat:
| M | dwl.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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]); }