aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5
diff options
context:
space:
mode:
authorJonathan Thornburg <jthorn@aei.mpg.de>2006-08-22 14:23:00 +0000
committerJonathan Thornburg <jthorn@aei.mpg.de>2006-08-22 14:23:00 +0000
commitc42ef448e498207833a4c2c336ee41224af7e9a4 (patch)
treec732931f6f7010876f85ad907dacdf20f217e5d0 /Carpet/CarpetIOHDF5
parent9c6108dbc791e313ac2127210f8512d45b189d11 (diff)
CarpetIOHDF5: make hdf5toascii_slicer --help output more informative
Clarify an ambiguity in the --help output: timestep selection is by cctk_time value, not by cctk_iteration darcs-hash:20060822142353-b0a3f-e0ad1ea0e2f4eca7038fc2d77b0ff3d724b97aab.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5')
-rw-r--r--Carpet/CarpetIOHDF5/src/util/hdf5toascii_slicer.cc13
1 files changed, 7 insertions, 6 deletions
diff --git a/Carpet/CarpetIOHDF5/src/util/hdf5toascii_slicer.cc b/Carpet/CarpetIOHDF5/src/util/hdf5toascii_slicer.cc
index d8fe0dc3e..7efb1207e 100644
--- a/Carpet/CarpetIOHDF5/src/util/hdf5toascii_slicer.cc
+++ b/Carpet/CarpetIOHDF5/src/util/hdf5toascii_slicer.cc
@@ -162,16 +162,17 @@ int main (int argc, char *const argv[])
<< "Usage: " << endl
<< argv[0] << " [--help]" << endl
<< indent << "[--out_precision <digits>]" << endl
- << indent << "[--timestep <timestep>]" << endl
+ << indent << "[--timestep <cctk_time value>]" << endl
<< indent << "[--verbose]" << endl
<< indent << "<--out2d-plane value>" << endl
<< indent << "<hdf5_infiles>" << endl << endl
<< " where" << endl
- << " [--help] prints this help" << endl
- << " [--out_precision <digits>] sets the output precision" << endl
- << " for floating-point numbers" << endl
- << " [--timestep <timestep>] selects a specific timestep" << endl
- << " [--verbose] lists skipped datasets on stderr" << endl
+ << " [--help] prints this help" << endl
+ << " [--out_precision <digits>] sets the output precision" << endl
+ << " for floating-point numbers" << endl
+ << " [--timestep <cctk_time value>] selects all HDF5 datasets which" << endl
+ << " (fuzzily) match the specified time" << endl
+ << " [--verbose] lists skipped HDF5 datasets on stderr" << endl
<< " and <--out2d-plane value> must be specified" << endl
<< " as exactly one of the following options:" << endl
<< " --out2d-yzplane-x <origin_x>" << endl