[hackers] [surf/surf-webkit2] Fix usage message: -Pp don't exist anymore || Quentin Rameau

From: <git_AT_suckless.org>
Date: Sat, 18 Nov 2023 12:52:14 +0100 (CET)

commit 30f5464eb11b96f740b124816cbcfa55f125cf53
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Sat Nov 18 12:40:11 2023 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Sat Nov 18 12:48:19 2023 +0100

    Fix usage message: -Pp don't exist anymore
    
    Thanks to Eric Pruitt <eric.pruitt_AT_gmail.com> for reporting!

diff --git a/surf.c b/surf.c
index 9ae5c2d..f8c8dec 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -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");
 }
Received on Sat Nov 18 2023 - 12:52:14 CET

This archive was generated by hypermail 2.3.0 : Sat Nov 18 2023 - 13:00:35 CET