summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/ratox.c b/ratox.c
index 7149ad9..cae3405 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1968,12 +1968,18 @@ main(int argc, char *argv[])
case 'e':
encryptsavefile = 0;
break;
- case 't':
+ case 'T':
tcp = 1;
break;
- case 'p':
+ case 't':
+ tcp = 0;
+ break;
+ case 'P':
proxy = 1;
break;
+ case 'p':
+ proxy = 0;
+ break;
default:
usage();
} ARGEND;