From 185d485f07469431aba34cfba869175a6522b56a Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 12 Jan 2010 19:17:07 +0000 Subject: 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 --- src/main/flesh.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); } -- cgit v1.2.3