Fix usage(), -m and -M for styles were absent.

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Quentin Rameau 2015-11-03 15:39:29 +01:00 committed by Christoph Lohmann
parent 9a2547230a
commit 1ebb5c624e
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -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));
}