From ae83a5bad92c47c43921b73e23477444bdd56196 Mon Sep 17 00:00:00 2001 From: Nils Deppe Date: Fri, 28 Jun 2024 11:53:02 -0400 Subject: [PATCH] Minor clarification in ConvertComposeTable documentation --- src/Executables/ConvertComposeTable/ConvertComposeTable.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Executables/ConvertComposeTable/ConvertComposeTable.cpp b/src/Executables/ConvertComposeTable/ConvertComposeTable.cpp index 1002c3984296..703a409ccd87 100644 --- a/src/Executables/ConvertComposeTable/ConvertComposeTable.cpp +++ b/src/Executables/ConvertComposeTable/ConvertComposeTable.cpp @@ -116,6 +116,8 @@ int main(int argc, char** argv) { "T: log\n" "n_b: log\n" "Y_q: linear\n" + "You must enter the bounds as:\n" + "lower upper\n" "If successful, you should see new file 'eos.parameters' generated. " "Now rerun compose for Task3.\n\n" "Task 3\n" @@ -137,7 +139,7 @@ int main(int argc, char** argv) { "HDF5 file.") ("output,o", bpo::value(), "Path of the output HDF5 file to which the EOS subfile will be " - "written") + "written, including the .h5 extension.") ; // clang-format on