diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-25 00:32:15 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-03-25 00:32:15 (GMT) |
commit | 24ac7627d80b9098d479f058f471173597af971f (patch) | |
tree | 6942398f2c4eb97831e4b4988c16d7cc3f5b19f7 | |
parent | e7568c0719cf3cf12a5488078cb7587189ca7d92 (diff) | |
download | hdf5-24ac7627d80b9098d479f058f471173597af971f.zip hdf5-24ac7627d80b9098d479f058f471173597af971f.tar.gz hdf5-24ac7627d80b9098d479f058f471173597af971f.tar.bz2 |
[svn-r18450] Purpose:
Resolve build issue on Sloaris due to white space from the previous
checkin r18448
Tested:
jam
-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\ |