Fix usage(), -m and -M for styles were absent.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
parent
9a2547230a
commit
1ebb5c624e
2
surf.c
2
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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue