pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a25472
)
Fix usage(), -m and -M for styles were absent.
author
Quentin Rameau
<quinq+hackers@fifth.space>
Tue, 3 Nov 2015 14:39:29 +0000
(15:39 +0100)
committer
Christoph Lohmann
<20h@r-36.net>
Tue, 3 Nov 2015 18:44:20 +0000
(19:44 +0100)
Signed-off-by: Christoph Lohmann <20h@r-36.net>
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
035853a
..
ff2496d
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-1622,7
+1622,7
@@
updatewinid(Client *c)
void
usage(void)
{
- die("usage: %s [-bB
fFgGiIkK
nNpPsSvx] [-a cookiepolicies ] "
+ die("usage: %s [-bB
dDfFgGiIkKmM
nNpPsSvx] [-a cookiepolicies ] "
"[-c cookiefile] [-e xid] [-r scriptfile] [-t stylefile] "
"[-u useragent] [-z zoomlevel] [uri]\n", basename(argv0));
}