summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c3
1 files changed, 3 insertions, 0 deletions
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;