summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2017-04-19 18:14:56 +0200
committerQuentin Rameau <quinq@fifth.space>2017-04-20 00:09:01 +0200
commita9819591242a070a24b458900b6f90b6056ba90a (patch)
treee97920f151f2541de658b731757d673f9fe52baf /surf.c
parentee854bb09564f869c68d9d63ff8133cf9cf5fa10 (diff)
downloadsurf-a9819591242a070a24b458900b6f90b6056ba90a.tar.gz
surf-a9819591242a070a24b458900b6f90b6056ba90a.tar.bz2
surf-a9819591242a070a24b458900b6f90b6056ba90a.zip
Move -t stylefile flag to -C stylefile
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/surf.c b/surf.c
index d22de3e..8daa1e1 100644
--- a/surf.c
+++ b/surf.c
@@ -1679,6 +1679,9 @@ main(int argc, char *argv[])
case 'c':
cookiefile = EARGF(usage());
break;
+ case 'C':
+ stylefile = EARGF(usage());
+ break;
case 'd':
defconfig CSETB(DiskCache, 0);
break;
@@ -1739,9 +1742,6 @@ main(int argc, char *argv[])
case 'S':
defconfig CSETB(JavaScript, 1);
break;
- case 't':
- stylefile = EARGF(usage());
- break;
case 'u':
fulluseragent = EARGF(usage());
break;