From 4ad88f6b8f6b2b5c9b2d58f74cf6b7731b69e0e3 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Wed, 30 Apr 2008 17:15:29 -0500 Subject: [svn-r14904] Description: h5repack: Change "-i in_file -o out_file" options to specification of "in_file out_file" (i.e., without the -i and -o flags) as final elements of command line. -- Closes Bugzilla entry 1137. Tested: Firefox --- doc/html/Tools.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index ac12aaa..a3efff3 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -806,8 +806,6 @@ installed with HDF5.
Tool Name: h5repack    
Syntax:
h5repack - -i file1 - -o file2 [-h] [-v] [-m number] @@ -815,20 +813,18 @@ installed with HDF5. [-f 'filter'] [-l 'layout'] [-e file] + in_file + out_file
Purpose:
Copies an HDF5 file to a new file with or without compression/chunking.
Description:
h5repack is a command line tool that - applies HDF5 filters to an input file file1, - saving the output in a new output file, file2. + applies HDF5 filters to an input file in_file, + saving the output in a new output file, out_file.

Options and Parameters:
-
-i file1 -
Input HDF5 file -
-o file2 -
Output HDF5 file
-h
Help message
-v @@ -920,21 +916,26 @@ installed with HDF5.
-e file
File containing the -f and -l options (only filter and layout flags) +
in_file +
Input HDF5 file +
out_file +
Output HDF5 file

Examples:
    -
  1. h5repack -i file1 -o file2 -f GZIP=1 -v +
  2. h5repack -f GZIP=1 -v file1 file2
    Applies GZIP compression to all objects in file1 and saves the output in file2. + Prints verbose output.
      -
  3. h5repack -i file1 -o file2 -f dset1:SZIP=8,NN -v +
  4. h5repack -f dset1:SZIP=8,NN file1 file2
    Applies SZIP compression only to object dset1.
      -
  5. h5repack -i file1 -o file2 -l dset1,dset2:CHUNK=20x10 -v +
  6. h5repack -l dset1,dset2:CHUNK=20x10 file1 file2
    Applies chunked layout to objects dset1 and dset2. @@ -2815,7 +2816,7 @@ Describes HDF5 Release 1.6.7, January 2008  
    -- cgit v0.12