From 30f5464eb11b96f740b124816cbcfa55f125cf53 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Sat, 18 Nov 2023 12:40:11 +0100 Subject: [PATCH] Fix usage message: -Pp don't exist anymore Thanks to Eric Pruitt for reporting! --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }