summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-21 18:27:46 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-05-21 18:27:46 +0000
commit816f4930799a095bb8c63f1af87aacd6b86abdff (patch)
tree915e977faf32bcd324d78e68581052321e270333 /src/main/CommandLine.c
parent160c3de2af1bcf3a0d81194223f841016e5aa25f (diff)
Corrected allowed values for -paramater-level command line option.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2842 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 5f7768f3..3bcbfe5c 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -475,7 +475,7 @@ void CCTKi_CommandLineHelp (void)
"-T, -list-thorns : Lists the compiled-in thorns.\n"
"-t, -test-thorn-compiled <name> : Tests for the presence of thorn <name>.\n"
" -parameter-level <level> : Sets the amount of parameter checking, \n"
- " level can be script, normal, relaxed.\n"
+ " level can be strict, normal, relaxed.\n"
"-v, -version : Prints the version.\n"
"-i, -ignore-next : Ignores the next argument.\n";