commit 1ebb5c624e0db26c8a0632637ff8e3941d20daef
Author: Quentin Rameau <[email protected]>
AuthorDate: Tue Nov 3 15:39:29 2015 +0100
Commit: Christoph Lohmann <[email protected]>
CommitDate: Tue Nov 3 19:44:20 2015 +0100
Fix usage(), -m and -M for styles were absent.
Signed-off-by: Christoph Lohmann <[email protected]>
diff --git a/surf.c b/surf.c
index 035853a..ff2496d 100644
--- a/surf.c
+++ b/surf.c
@@ -1622,7 +1622,7 @@ updatewinid(Client *c)
void
usage(void)
{
- die("usage: %s [-bBfFgGiIkKnNpPsSvx] [-a cookiepolicies ] "
+ die("usage: %s [-bBdDfFgGiIkKmMnNpPsSvx] [-a cookiepolicies ] "
"[-c cookiefile] [-e xid] [-r scriptfile] [-t stylefile] "
"[-u useragent] [-z zoomlevel] [uri]\n", basename(argv0));
}