summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-07 20:40:22 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-07 20:40:22 +0000
commit7076da2831696f321374705c70b8cf8172ee2348 (patch)
tree67c86b3ea87565ca8a5ffc7cb4b4179d5ec680d3 /src/main/CommandLine.c
parent8c505fb5dc03bdeae9bf28d83a921bc8c93e5e6d (diff)
Cleanup output of -h command line option.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3491 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index 6436f88c..b463a4c3 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -492,14 +492,15 @@ void CCTKi_CommandLineHelp (void)
"-h, -help : gets this help.\n"
"-O[v], -describe-all-parameters : describes all the parameters.\n"
" v makes this verbose, i.e. it\n"
- " gives a verbose description of"
- " all parameters"
+ " gives a verbose description of\n"
+ " all parameters\n"
"-o, -describe-parameter <paramname> : describe the given parameter.\n"
" pretending to be on nprocs processors, \n"
" or 1 if not given.\n"
"-W, -warning-level <n> : Sets the warning level to n.\n"
"-E, -error-level <n> : Sets the error level to n.\n"
- "-r, -redirect [o|e|oe|eo] : Redirects standard output and/or standard error to files.\n"
+ "-r, -redirect [o|e|oe|eo] : Redirects standard output and/or standard\n"
+ " error to files.\n"
"-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"