mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r683] ./tools/h5ls.c
Changed usage message.
This commit is contained in:
parent
a56bf73058
commit
d07894304f
11
tools/h5ls.c
11
tools/h5ls.c
@ -64,7 +64,7 @@ static void
|
||||
usage (const char *progname)
|
||||
{
|
||||
fprintf(stderr, "\
|
||||
usage: %s [OPTIONS] FILE [GROUP]\n\
|
||||
usage: %s [OPTIONS] FILE [OBJECTS...]\n\
|
||||
OPTIONS\n\
|
||||
-h, -?, --help Print a usage message and exit\n\
|
||||
-d, --dump Print the values of datasets\n\
|
||||
@ -74,9 +74,12 @@ usage: %s [OPTIONS] FILE [GROUP]\n\
|
||||
FILE\n\
|
||||
The file name may include a printf(3C) integer format such as\n\
|
||||
\"%%05d\" to open a file family.\n\
|
||||
GROUP\n\
|
||||
If a group name is not specified then the contents of the root group\n\
|
||||
\"/\" are displayed.\n", progname);
|
||||
OBJECTS\n\
|
||||
The names of zero or more objects about which information should be\n\
|
||||
displayed. If a group is mentioned then information about each of its\n\
|
||||
members is displayed. If no object names are specified then\n\
|
||||
information about all of the objects in the root group is displayed.\n",
|
||||
progname);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user