mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r23994] Correct printf % handling
This commit is contained in:
parent
f801cf4618
commit
a3204d77e7
@ -358,7 +358,7 @@ usage(const char *prog)
|
||||
PRINTVALSTREAM(rawoutstream, "\n");
|
||||
PRINTVALSTREAM(rawoutstream, " 8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5\n");
|
||||
PRINTVALSTREAM(rawoutstream, "\n");
|
||||
PRINTVALSTREAM(rawoutstream, " h5dump -d /foo -f family fam%05d.h5\n");
|
||||
PRINTVALSTREAM(rawoutstream, " h5dump -d /foo -f family fam%%05d.h5\n");
|
||||
PRINTVALSTREAM(rawoutstream, "\n");
|
||||
}
|
||||
|
||||
|
@ -129,5 +129,5 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: missing file name
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: Bad mask list(0,2,2,1,0,2,2,)
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: Packed Bit offset+length value(65) too large. Max is 64
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: Packed Bit length value(0) must be positive.
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: Too many masks requested (max. 8). Mask list(0,1,0,1,1,1,2,1,3,1,4,1,5,1,6,1,7,1)
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: Packed Bit offset value(64) must be between 0 and 63
|
||||
|
@ -129,6 +129,6 @@ usage: h5dump [OPTIONS] files
|
||||
|
||||
8) Dataset foo in family files fam00000.h5 fam00001.h5 and fam00002.h5
|
||||
|
||||
h5dump -d /foo -f family fam-574932464.h5
|
||||
h5dump -d /foo -f family fam%05d.h5
|
||||
|
||||
h5dump error: Bad mask list(-1,1)
|
||||
|
Loading…
Reference in New Issue
Block a user