about summary refs log tree commit diff
path: root/surf.c
diff options
context:
space:
mode:
authorQuentin Rameau <quinq+hackers@fifth.space>2015-11-03 15:39:29 +0100
committerChristoph Lohmann <20h@r-36.net>2015-11-03 19:44:20 +0100
commit1ebb5c624e0db26c8a0632637ff8e3941d20daef (patch)
tree01352f1c8af5a72c20a614c8dfdb442b3d7ac7d7 /surf.c
parentFix fullscreen handling (diff)
downloadsurf-1ebb5c624e0db26c8a0632637ff8e3941d20daef.tar.gz
surf-1ebb5c624e0db26c8a0632637ff8e3941d20daef.tar.bz2
surf-1ebb5c624e0db26c8a0632637ff8e3941d20daef.zip
Fix usage(), -m and -M for styles were absent.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c2
1 files changed, 1 insertions, 1 deletions
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));
 }