diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-20 21:33:25 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-20 21:33:25 (GMT) |
commit | 2b65473c856b0fb0a1c850d621dc2daf58b71bf1 (patch) | |
tree | 3c5fb009f6535a6758b9c10d9dcf0d7195923c8d /tools/h5copy/h5copy.c | |
parent | 9ddb68e9f3c6ed2958f4d91942fadb6bb1876929 (diff) | |
download | hdf5-2b65473c856b0fb0a1c850d621dc2daf58b71bf1.zip hdf5-2b65473c856b0fb0a1c850d621dc2daf58b71bf1.tar.gz hdf5-2b65473c856b0fb0a1c850d621dc2daf58b71bf1.tar.bz2 |
[svn-r12487]
updated some comments
Diffstat (limited to 'tools/h5copy/h5copy.c')
-rw-r--r-- | tools/h5copy/h5copy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/h5copy/h5copy.c b/tools/h5copy/h5copy.c index c72cdde..3fc5316 100644 --- a/tools/h5copy/h5copy.c +++ b/tools/h5copy/h5copy.c @@ -42,9 +42,7 @@ usage (void) usage: h5copy [OPTIONS] [OBJECTS...]\n\ OBJECTS\n\ A pair of 2 HDF5 files (input and output). Each file name\n\ - is optionally followed by a slash and an object\n\ - name within the file (if no object is specified\n\ - within the file then all objects are copied)\n\ + is followed by a slash and an object name within the file\n\ OPTIONS\n\ -h Print a usage message and exit\n\ -v Print information about OBJECTS and OPTIONS\n\ |