summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-13 15:59:49 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-13 15:59:49 +0000
commit0c1ea54dd6cf4677b73959f590962a7aab7add00 (patch)
tree0991ee78a141a7fede9069e5b4d7e146627a2654 /src/main/CommandLine.c
parent7fd138044e4f8ebd48e99e550edbd05def086370 (diff)
Added new command line argument -i to help messages.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1948 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index f2f78403..07619daf 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -468,6 +468,7 @@ void CCTKi_CommandLineHelp(void)
printf("-T, -list-thorns : Lists the compiled-in thorns.\n");
printf("-t, -test-thorn-compiled <name> : Tests for the presence of thorn <name>.\n");
printf("-v, -version : Prints the version.\n");
+ printf("-i, -ignore-next : Ignores the next argument.\n");
}
CCTK_Exit(NULL,1);
@@ -495,7 +496,7 @@ void CCTKi_CommandLineUsage(void)
{
CCTK_CommandLine(&argv);
- printf("Usage: %s [-h] [-O] [-o paramname] [-x [nprocs]] [-W n] [-E n] [-r] [-T] [-t name] [-v] <parameter_file_name>\n", argv[0]);
+ printf("Usage: %s [-h] [-O] [-o paramname] [-x [nprocs]] [-W n] [-E n] [-r] [-T] [-t name] [-v] [-i] <parameter_file_name>\n", argv[0]);
}
CCTK_Exit(NULL,1);