[svn-r23994] Correct printf % handling

This commit is contained in:
Allen Byrne 2013-08-12 15:53:54 -05:00
parent f801cf4618
commit a3204d77e7
9 changed files with 9 additions and 9 deletions

View File

@ -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");
}

View File

@ -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

View File

@ -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

View File

@ -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,)

View File

@ -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

View File

@ -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.

View File

@ -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)

View File

@ -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

View File

@ -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)