diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-25 00:20:44 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-25 00:20:44 (GMT) |
commit | 1267cda98921c760bcca9d90767f83248ad28314 (patch) | |
tree | 3dceb542be10583d3803060580bb817dc42003b0 | |
parent | 16c244010883ab47da1c8c1c5e90bdaf4d401e58 (diff) | |
download | hdf5-1267cda98921c760bcca9d90767f83248ad28314.zip hdf5-1267cda98921c760bcca9d90767f83248ad28314.tar.gz hdf5-1267cda98921c760bcca9d90767f83248ad28314.tar.bz2 |
[svn-r18449] Purpose:
Resolve build issue on Sloaris due to white space from the previous
checkin r18447
Tested:
jam, amani , linew
-rw-r--r-- | tools/h5copy/h5copy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h5copy/h5copy.c b/tools/h5copy/h5copy.c index 8733cbf..992195d 100644 --- a/tools/h5copy/h5copy.c +++ b/tools/h5copy/h5copy.c @@ -93,10 +93,10 @@ usage: h5copy [OPTIONS] [OBJECTS...]\n\ shallow Copy only immediate members for groups\n\n\ soft Expand soft links into new objects\n\n\ ext Expand external links into new objects\n\n\ - ref Copy references and any referenced objects, i.e., objects\n\ + ref Copy references and any referenced objects, i.e., objects\n\ that the references point to.\n\ - Referenced objects are copied in addition to the objects\n\ - specified on the command line and reference datasets are\n\ + Referenced objects are copied in addition to the objects\n\ + specified on the command line and reference datasets are\n\ populated with correct reference values. Copies of referenced\n\ datasets outside the copy range specified on the command line\n\ will normally have a different name from the original.\n\ |