summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorStef <stef@memberwebs.com>2010-11-27 15:50:58 +0000
committerStef Walter <stef@thewalter.net>2010-12-01 03:56:37 +0000
commit0ce28cbfed5d711405dbfd85f7321b824842e47a (patch)
tree16f78de36a76676adfcdb6adf1e4f50f1575fe75 /src/main.c
parenta05ea615bf3d3a4a98b4abed83b51e2c6653d886 (diff)
Redo raw scrounge so that it's faster.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 12eb85e..b0cd31b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -91,9 +91,9 @@ int main(int argc, char* argv[])
pi.cluster = 8;
#ifdef _WIN32
- while((ch = getopt(argc, argv, "c:d:hlm:o:sv")) != -1)
+ while((ch = getopt(argc, argv, "c:d:hk:lm:o:sv")) != -1)
#else
- while((ch = getopt(argc, argv, "c:hlm:o:sv")) != -1)
+ while((ch = getopt(argc, argv, "c:hk:lm:o:sv")) != -1)
#endif
{
switch(ch)