Skip to content

Commit

Permalink
Merge pull request sxs-collaboration#6142 from nilsdeppe/clarify_comp…
Browse files Browse the repository at this point in the history
…ose_table_docs

Minor clarification in ConvertComposeTable documentation
  • Loading branch information
nilsdeppe authored Jul 10, 2024
2 parents 6295030 + ae83a5b commit 58b4e6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Executables/ConvertComposeTable/ConvertComposeTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -137,7 +139,7 @@ int main(int argc, char** argv) {
"HDF5 file.")
("output,o", bpo::value<std::string>(),
"Path of the output HDF5 file to which the EOS subfile will be "
"written")
"written, including the .h5 extension.")
;
// clang-format on

Expand Down

0 comments on commit 58b4e6f

Please sign in to comment.