URI: 
       Fix usage message: -Pp don't exist anymore - surf - surf browser, a WebKit based browser
  HTML git clone git://git.suckless.org/surf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 30f5464eb11b96f740b124816cbcfa55f125cf53
   DIR parent e9b7ec6722545a5a41f7d28d7fa873453b636aa0
  HTML Author: Quentin Rameau <quinq@fifth.space>
       Date:   Sat, 18 Nov 2023 12:40:11 +0100
       
       Fix usage message: -Pp don't exist anymore
       
       Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting!
       
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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");
        }