]> Skullheadx's Git Forge - surf.git/commitdiff
Fix usage message: -Pp don't exist anymore
authorQuentin Rameau <quinq@fifth.space>
Sat, 18 Nov 2023 11:40:11 +0000 (12:40 +0100)
committerQuentin Rameau <quinq@fifth.space>
Sat, 18 Nov 2023 11:48:19 +0000 (12:48 +0100)
Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting!

surf.c

diff --git a/surf.c b/surf.c
index 9ae5c2d76da3183cd8245e11e484a8d032220186..f8c8dec53073076326c9936e7c278247ee464e61 100644 (file)
--- 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");
 }