diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-07-18 14:12:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-07-18 14:12:34 (GMT) |
commit | dd0eaf951ffdbc73c97a97e0e91d11bc09e8ab3e (patch) | |
tree | 4857ea0975a252a9ef2305aee777c8a58570f534 /tools | |
parent | bb19817c9fd5d46cdc1ab5a396f38f0561dfa167 (diff) | |
download | hdf5-dd0eaf951ffdbc73c97a97e0e91d11bc09e8ab3e.zip hdf5-dd0eaf951ffdbc73c97a97e0e91d11bc09e8ab3e.tar.gz hdf5-dd0eaf951ffdbc73c97a97e0e91d11bc09e8ab3e.tar.bz2 |
[svn-r30192] Correct random code inserted in usage text.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5ls/h5ls.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index 62de46c..9833694 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -196,9 +196,7 @@ usage: %s [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]\n\ as a soft link or external link and prints the value\n\ assigned to the symbolic link; it does not provide any\n\ information regarding the target object or determine\n\ - whether the link is a dangling link.\n", - h5tools_getprogname()); - HDfprintf(rawerrorstream, "\ + whether the link is a dangling link.\n\ --no-dangling-links\n\ Must be used with --follow-symlinks option;\n\ otherwise, h5ls shows error message and returns an exit\n\ @@ -218,8 +216,7 @@ usage: %s [OPTIONS] file[/OBJECT] [file[/[OBJECT]...]\n\ -v, --verbose Generate more verbose output\n\ -V, --version Print version number and exit\n\ --vfd=DRIVER Use the specified virtual file driver\n\ - -x, --hexdump Show raw data in hexadecimal format\n"); - HDfprintf(rawerrorstream, "\ + -x, --hexdump Show raw data in hexadecimal format\n\ \n\ file/OBJECT\n\ Each object consists of an HDF5 file name optionally followed by a\n\ |