summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-06-23 09:46:12 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-06-23 09:46:12 +0000
commita906d065d89bf7b2e74821b02fffca9a352b7347 (patch)
tree7bd6719bdf91681b08f43cd47f716d0edc732b52 /src/main
parent7a3cd41b6da41c4ae35e9d322710a27fe19c68d8 (diff)
When printing the Cactus help, indicate that the '-b,--buffering' option
has a mandatory argument. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4332 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main')
-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 d2829cd4..84e94801 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -598,7 +598,7 @@ void CCTKi_CommandLineHelp (void)
"-E, --error-level <n> : Sets the error level to n.\n"
"-r, --redirect [o|e|oe|eo] : Redirects standard output and/or\n"
" standard error to files.\n"
- "-b, --buffering [no|line|full] : Set stdout buffering mode.\n"
+ "-b, --buffering <no|line|full> : Set stdout buffering mode.\n"
"-S, --print-schedule : Print the schedule tree, then exit.\n"
"-T, --list-thorns : Lists the compiled-in thorns.\n"
"-t, --test-thorn-compiled <name> : Tests for the presence of thorn <name>.\n"