tFix usage(), -m and -M for styles were absent. - surf - customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1ebb5c624e0db26c8a0632637ff8e3941d20daef
(DIR) parent 9a2547230aeaa6598a0c23bb927d919e634b929e
(HTM) Author: Quentin Rameau <quinq+hackers@fifth.space>
Date: Tue, 3 Nov 2015 15:39:29 +0100
Fix usage(), -m and -M for styles were absent.
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/surf.c b/surf.c
t@@ -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));
}