diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-05-10 11:39:33 -0500 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-05-10 11:39:33 -0500 | 
| commit | 063736f8981c5f71b816f4e8ab2ab54618c3ee8d (patch) | |
| tree | 3722a51d5efaecaea42bd594f4c731e4f60fc86e /dwl.c | |
| parent | d5a741c9b47f744428e75a76b9f5f6410acfbcf3 (diff) | |
add `-v` flag to the manpage
Thanks @Humm42
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2536,5 +2536,5 @@ main(int argc, char *argv[])  	return EXIT_SUCCESS;  usage: -	die("Usage: %s [-s startup command]", argv[0]); +	die("Usage: %s [-v] [-s startup command]", argv[0]);  } | 
