-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11099 Add help text line #259
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume (or guess) that filter_flag 1 means filter is optional and 0 means filter is mandatory? If so, maybe adding 'filter' would make the meaning clearer:
filter_flag: 1 filter is OPTIONAL or 0 filter is MANDATORY
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is more then can be explained in the help text - this just indicates what the value is to what the flag name is.
* 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
No description provided.