Move -t stylefile flag to -C stylefile

This commit is contained in:
Quentin Rameau
2017-04-19 18:14:56 +02:00
parent ee854bb095
commit a981959124
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -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;