diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2020-08-19 00:32:32 -0500 | 
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-08-19 00:32:32 -0500 | 
| commit | 8eb6fe8e9e9e72801e149ef497c68f1df33f9e36 (patch) | |
| tree | 6660a6d51ff3e1be453f94fc5aa9f0c8023d539f | |
| parent | 3b1992ca91b9a468019165c985263f5b1cc78c2c (diff) | |
fix usage to match
| -rw-r--r-- | dwl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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]);  } | 
