summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-08-20 09:54:55 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-08-20 09:54:55 +0000
commit203642a140738a3f99612a36303a9f30644e9cdb (patch)
tree2407b8e3c5ac1810e7f807531458f75ace723bb4 /src/main/CommandLine.c
parentde73dc559e53dfa9f98e2f435c5a0b472ded2186 (diff)
Corrected command line help: option -r redirects stdout, not stderr
git-svn-id: http://svn.cactuscode.org/flesh/trunk@853 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index 8aa50189..7cd0d45b 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -241,7 +241,7 @@ void CCTKi_CommandLineHelp(void)
" or 1 if not given.\n");
printf("-W, -warning-level <n> : Sets the warning level to n.\n");
printf("-E, -error-level <n> : Sets the error level to n.\n");
- printf("-r, -redirect-stderr : Redirects standard error to files.\n");
+ printf("-r, -redirect-stdout : Redirects standard output to files.\n");
printf("-T, -list-thorns : Lists the compiled-in thorns.\n");
printf("-t, -test-thorn-compiled <name> : Tests for the presence of thorn <name>.\n");
printf("-v, -version : Prints the version.\n");