X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=surf.c;h=8daa1e1d5bd063adda6653ecfcb382947b4bd677;hp=d22de3eb649723354b1076c2b8c8b34e6a9d9401;hb=a981959;hpb=ee854bb09564f869c68d9d63ff8133cf9cf5fa10 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;