mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
add -v
flag to the manpage
Thanks @Humm42
This commit is contained in:
parent
d5a741c9b4
commit
063736f898
2 changed files with 8 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue