mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r15635] add info regarding user block to usage
tested: windows, linux
This commit is contained in:
parent
54e35b67cf
commit
2cd16f4c74
@ -347,7 +347,8 @@ static void usage(const char *prog)
|
||||
printf(" U - is a filename.\n");
|
||||
printf(" T - is an integer\n");
|
||||
printf(" A - is an integer greater than zero\n");
|
||||
printf(" B - is the user block size (any power of 2 equal to 512 or greater)\n");
|
||||
printf(" B - is the user block size, any value that is 512 or greater and is\n");
|
||||
printf(" a power of 2 (1024 default)\n");
|
||||
printf(" F - is the shared object header message type, any of <dspace|dtype|fill|\n");
|
||||
printf(" pline|attr>. If F is not specified, S applies to all messages\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user