add -v flag to the manpage

Thanks @Humm42
This commit is contained in:
Leonardo Hernández Hernández 2022-05-10 11:39:33 -05:00
parent d5a741c9b4
commit 063736f898
No known key found for this signature in database
GPG key ID: E538897EE11B9624
2 changed files with 8 additions and 1 deletions

2
dwl.c
View file

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