X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=e96767283075dfbcb45109c0c865408db5077fcf;hp=906d1452ae6fa84c6cf597f5bc347753d39ed903;hb=fa9b1873936934bfd7ccc6da9cf66b92d193e72e;hpb=780cca964ca0cf622746ad6e8cae8beb8047d1df diff --git a/surf.c b/surf.c index 906d145..e967672 100644 --- a/surf.c +++ b/surf.c @@ -1391,6 +1391,9 @@ main(int argc, char *argv[]) { /* command line args */ ARGBEGIN { + case 'a': + cookiepolicies = EARGF(usage()); + break; case 'b': enablescrollbars = 0; break;