diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 20:13:56 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-19 20:13:56 (GMT) |
commit | 46fab6941698d1e8f8c68cf124bc680dee11f0d4 (patch) | |
tree | 47dc1aba44d08164c8f54c21a92bcb126062902d /tools/h5repack | |
parent | 78898b38c0c8e33a6b9f3af95a7d706ae8c54dcd (diff) | |
download | hdf5-46fab6941698d1e8f8c68cf124bc680dee11f0d4.zip hdf5-46fab6941698d1e8f8c68cf124bc680dee11f0d4.tar.gz hdf5-46fab6941698d1e8f8c68cf124bc680dee11f0d4.tar.bz2 |
[svn-r14268] enhancement: commnents and correct syntax for h5repack options
tested: linux
Diffstat (limited to 'tools/h5repack')
-rw-r--r-- | tools/h5repack/h5repack_main.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/h5repack/h5repack_main.c b/tools/h5repack/h5repack_main.c index f564b63..49031fa 100644 --- a/tools/h5repack/h5repack_main.c +++ b/tools/h5repack/h5repack_main.c @@ -366,7 +366,9 @@ void parse_command_line(int argc, * * Modification: * Peter Cao, June 13, 2007 - * Add "-L, --latest" option to pack a file with the latest file format + * Add "-L, --latest" option to pack a file with the latest file format + * PVN, November 19, 2007 + * adopted the syntax h5repack [OPTIONS] file1 file2 *------------------------------------------------------------------------- */ int main(int argc, char **argv) @@ -523,9 +525,9 @@ static void usage(const char *prog) printf(" -V, --version Print version number and exit\n"); printf(" -n, --native Use a native HDF5 type when repacking\n"); printf(" -L, --latest Use latest version of file format\n"); - printf(" -c <L1>, --compact=<L1> Maximum number of links in header messages\n"); - printf(" -i <L2>, --indexed=<L2> Minimum number of links in the indexed format\n"); - printf(" -s <S:F>, --ssize=<S:F> Set the shared object header message minimum size\n"); + printf(" -c L1, --compact=L1 Maximum number of links in header messages\n"); + printf(" -i L2, --indexed=L2 Minimum number of links in the indexed format\n"); + printf(" -s S[:F], --ssize=S[:F] Shared object header message minimum size\n"); printf(" -m T, --threshold=T Do not apply the filter to objects smaller than T\n"); printf(" -e M, --file=M Name of file M with the -f and -l options\n"); printf(" -f FILT, --filter=FILT Filter type\n"); |