X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=0fcf22eca728e2710d40dcc87737a0f1b79c4de5;hp=007f7b902af4851371763cbfe7c6e85ab8514f08;hb=654d527f87e59c6c9f507402878bed62398c4e61;hpb=e23d5c1c45eeedb3e95219598981d8e1d6af8c15 diff --git a/surf.c b/surf.c index 007f7b9..0fcf22e 100644 --- a/surf.c +++ b/surf.c @@ -256,9 +256,9 @@ char *argv0; void usage(void) { - die("usage: %s [-bBdDfFgGiIkKmMnNpPsStTvwxX] [-a cookiepolicies ] " - "[-c cookiefile] [-C stylefile] [-e xid] [-r scriptfile] " - "[-u useragent] [-z zoomlevel] [uri]\n", basename(argv0)); + die("usage: surf [-bBdDfFgGiIkKmMnNpPsStTvwxX]\n" + "[-a cookiepolicies ] [-c cookiefile] [-C stylefile] [-e xid]\n" + "[-r scriptfile] [-u useragent] [-z zoomlevel] [uri]\n"); } void @@ -1901,8 +1901,7 @@ main(int argc, char *argv[]) fulluseragent = EARGF(usage()); break; case 'v': - die("surf-"VERSION", ©2009-2017 surf engineers, " - "see LICENSE for details\n"); + die("surf-"VERSION", see LICENSE for © details\n"); case 'w': showxid = 1; break;