summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-24 20:50:59 +0000
commitd475e8040a76eb7776eb5ed8f3f3edc0f417f6c7 (patch)
treee377c6a035918a2ef81c2655946a11b27513e253 /src/main/CommandLine.c
parent1de5cce82d9fac333fba971bd5c19547c4d22abe (diff)
Removed tabs from files.
Added @version lines to various header files. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1170 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index bf93f163..b761ce76 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -280,7 +280,7 @@ void CCTKi_CommandLineVersion(void)
version = (const char *)CCTK_FullVersion();
printf("%s: Version %s. Compiled on %s at %s\n", argv[0], version,
- compileDate(), compileTime());
+ compileDate(), compileTime());
exit(1);
}
@@ -315,8 +315,8 @@ void CCTKi_CommandLineHelp(void)
printf("-O, -describe-all-parameters : describes all the parameters.\n");
printf("-o, -describe-parameter <paramname> : describe the given parameter.\n");
printf("-x, -test-parameters [nprocs] : does a quick test of the parameter file\n"
- " pretending to be on nprocs processors, \n"
- " or 1 if not given.\n");
+ " pretending to be on nprocs processors, \n"
+ " or 1 if not given.\n");
printf("-W, -warning-level <n> : Sets the warning level to n.\n");
printf("-E, -error-level <n> : Sets the error level to n.\n");
printf("-r, -redirect-stdout : Redirects standard output to files.\n");