summaryrefslogtreecommitdiff
path: root/src/main/flesh.cc
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-01-12 19:17:07 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-01-12 19:17:07 +0000
commit185d485f07469431aba34cfba869175a6522b56a (patch)
tree218325e593aba7be7b75165f882f7347d00526d2 /src/main/flesh.cc
parentac9329b32319d41c79cc30cf6c7faea3f5748d1b (diff)
Improve screen message when option -S (--print-schedule) is used
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4593 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/flesh.cc')
-rw-r--r--src/main/flesh.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/flesh.cc b/src/main/flesh.cc
index 6e839e3a..e3899623 100644
--- a/src/main/flesh.cc
+++ b/src/main/flesh.cc
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
if (cctki_onlyprintschedule)
{
printf ("--------------------------------------------------------------------------------\n");
- printf ("Stopping now because the option '-S' was given.\n");
+ printf ("Stopping now because the option '-S' ('--print-schedule') was given.\n");
printf ("--------------------------------------------------------------------------------\n");
printf ("Done.\n");
}