From: Quentin Rameau Date: Sat, 18 Nov 2023 11:40:11 +0000 (+0100) Subject: Fix usage message: -Pp don't exist anymore X-Git-Url: http://git.skullheadx.com/nixos/README?a=commitdiff_plain;h=30f5464eb11b96f740b124816cbcfa55f125cf53;p=surf.git Fix usage message: -Pp don't exist anymore Thanks to Eric Pruitt for reporting! --- diff --git a/surf.c b/surf.c index 9ae5c2d..f8c8dec 100644 --- 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"); }