Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix usage message: -Pp don't exist anymore - surf - surf browser, a WebKit base…
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 30f5464eb11b96f740b124816cbcfa55f125cf53
parent e9b7ec6722545a5a41f7d28d7fa873453b636aa0
Author: Quentin Rameau <[email protected]>
Date: Sat, 18 Nov 2023 12:40:11 +0100
Fix usage message: -Pp don't exist anymore
Thanks to Eric Pruitt <[email protected]> for reporting!
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
@@ -322,7 +322,7 @@ die(const char *errstr, ...)
void
usage(void)
{
- die("usage: surf [-bBdDfFgGiIkKmMnNpPsStTvwxX]\n"
+ die("usage: surf [-bBdDfFgGiIkKmMnNsStTvwxX]\n"
"[-a cookiepolicies ] [-c cookiefile] [-C stylefile] [-e xid]\n"
"[-r scriptfile] [-u useragent] [-z zoomlevel] [uri]\n");
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.