Skip to content

Commit

Permalink
11099 Add help text line (#259)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
byrnHDF authored Jan 15, 2021
1 parent a109158 commit 9578160
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,14 @@ New Features

Tools:
------
- h5repack added help text for user-defined filters.

Added help text line that states the valid values of the filter flag
for user-defined filters;
filter_flag: 1 is OPTIONAL or 0 is MANDATORY

(ADB - 2021/01/14, HDFFV-11099)

- Added h5delete tool

Deleting HDF5 storage when using the VOL can be tricky when the VOL
Expand Down
1 change: 1 addition & 0 deletions tools/src/h5repack/h5repack_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
1 change: 1 addition & 0 deletions tools/test/h5repack/testfiles/h5repack-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ usage: h5repack [OPTIONS] file1 file2
UD=<filter_number,filter_flag,cd_value_count,value1[,value2,...,valueN]>
Required values: filter_number, filter_flag, cd_value_count, value1
Optional values: value2 to valueN
filter_flag: 1 is OPTIONAL or 0 is MANDATORY
NONE (no parameter)

LAYT - is a string with the format:
Expand Down

0 comments on commit 9578160

Please sign in to comment.