Fix usage message: -Pp don't exist anymore

Thanks to Eric Pruitt <eric.pruitt@gmail.com> for reporting!
This commit is contained in:
Quentin Rameau 2023-11-18 12:40:11 +01:00
parent e9b7ec6722
commit 30f5464eb1
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -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");
}