diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-15 23:38:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 23:38:03 (GMT) |
commit | 9578160cefb794fc2fde7c8040c945df498b9e4a (patch) | |
tree | 977c4f05096eb3095d8e99fe54aaea826fe134d6 /tools/src/h5repack | |
parent | a1091585ad897ee93ffcb0ba435fa4930a1e8572 (diff) | |
download | hdf5-9578160cefb794fc2fde7c8040c945df498b9e4a.zip hdf5-9578160cefb794fc2fde7c8040c945df498b9e4a.tar.gz hdf5-9578160cefb794fc2fde7c8040c945df498b9e4a.tar.bz2 |
11099 Add help text line (#259)
* OESS-98 convert plugin option to FetchContent, add tests
* Fixes for pkcfg files because of plugin option
* OESS-98 fix tools test for plugins
* Keep doxygen comments under 100 chars long - format hint
* Whitespace
* HDFFV-11144 - Reclassify CMake messages
* HDFFV-11099/11100 added help text
Diffstat (limited to 'tools/src/h5repack')
-rw-r--r-- | tools/src/h5repack/h5repack_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/h5repack/h5repack_main.c b/tools/src/h5repack/h5repack_main.c index c38dd66..a67d6ac 100644 --- a/tools/src/h5repack/h5repack_main.c +++ b/tools/src/h5repack/h5repack_main.c @@ -262,6 +262,7 @@ usage(const char *prog) PRINTVALSTREAM(rawoutstream, " Required values: filter_number, filter_flag, cd_value_count, value1\n"); PRINTVALSTREAM(rawoutstream, " Optional values: value2 to valueN\n"); + PRINTVALSTREAM(rawoutstream, " filter_flag: 1 is OPTIONAL or 0 is MANDATORY\n"); PRINTVALSTREAM(rawoutstream, " NONE (no parameter)\n"); PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, " LAYT - is a string with the format:\n"); |