diff options
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\ |