summaryrefslogtreecommitdiff
path: root/src/main/ProcessCommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-06 12:37:43 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-06 12:37:43 +0000
commitb6306ed5434aa8465d34e9b383f6937acc00ca46 (patch)
tree3c0c8a346211db9eed6cfbcb2d0a80ab9e97bf44 /src/main/ProcessCommandLine.c
parentc3bc06c429d42bee811d18f306f65e48299b41f8 (diff)
-r should redirect stdout, not stderr.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@676 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ProcessCommandLine.c')
-rw-r--r--src/main/ProcessCommandLine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ProcessCommandLine.c b/src/main/ProcessCommandLine.c
index 190c9f95..4ae2f3ad 100644
--- a/src/main/ProcessCommandLine.c
+++ b/src/main/ProcessCommandLine.c
@@ -59,7 +59,7 @@ int ProcessCommandLine(int *inargc, char ***inargv, tFleshConfig *ConfigData)
{"test-parameters", optional_argument, NULL, 'x'},
{"warning-level", required_argument, NULL, 'W'},
{"error-level", required_argument, NULL, 'E'},
- {"redirect-stderr", no_argument, NULL, 'r'},
+ {"redirect-stdout", no_argument, NULL, 'r'},
{"list-thorns", no_argument, NULL, 'T'},
{"test-thorn-compiled", required_argument, NULL, 't'},
{"version", no_argument, NULL, 'v'},