summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-03 07:39:10 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-08-03 07:39:10 +0000
commit9c320171ebb5ee982c89c065c4afd8918e19bf91 (patch)
tree277b1ec0bafa89be2ef329bc5c562f723197e303 /src/main/CommandLine.c
parent815a4d566fa5cca7fa119efb093e42ed857a1aa3 (diff)
Correct wrong function description.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3819 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index b463a4c3..64da1701 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -75,13 +75,11 @@ int cctki_paramcheck_nprocs;
@author Gabrielle Allen
@desc
Tests if a given thorn has been compiled.
- At the moment the given thorn must be in the format
- <arrangement name>/<thorn name>
@enddesc
@calls CCTK_IsThornCompiled
@var argument
- @vdesc option argument
+ @vdesc thorn name
@vtype const char *
@vio in
@endvar