aboutsummaryrefslogtreecommitdiff
path: root/src/output_source.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_source.c')
-rw-r--r--src/output_source.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/output_source.c b/src/output_source.c
index cd26f58..43e3632 100644
--- a/src/output_source.c
+++ b/src/output_source.c
@@ -88,12 +88,14 @@ Formaline_OutputSource (CCTK_ARGUMENTS)
"(A tarball is a file with a suffix like \".tar.gz\".)\n"
"The tarballs were created by the thorn AEIThorns/Formaline when the\n"
"corresponding executable was produced, and were stored in the executable.\n"
-"Thorn AEIThorns/Formaline contains more information about this feature.\n"
+"Thorn CactusUtils/Formaline contains more information about this feature.\n"
"\n"
"In order to fully recreate the Cactus source tree, unpack all tarballs\n"
"in this directory, e.g. with commands like\n"
-"\ttar xzf cactus-source-Cactus.tar.gz\n"
-"for all tarballs. All tarballs should be unpacked into the same directory.\n"
+"\ttar xzf Cactus-source-Cactus.tar.gz\n"
+"for all tarballs, or\n"
+"\tfor T in *.tar.gz; do tar xzf $T; done\n"
+"in Bash. All tarballs should be unpacked into the same directory.\n"
"\n"
"The files \"config-info\" and \"ThornList\" that were used to build the\n"
"executable can then be found in the \"configs\" subdirectory.\n"