dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 8eb6fe8e9e9e72801e149ef497c68f1df33f9e36
parent 3b1992ca91b9a468019165c985263f5b1cc78c2c
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Wed, 19 Aug 2020 00:32:32 -0500

fix usage to match

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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]); }