diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-11-20 00:09:43 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-11-20 00:09:43 +0000 |
commit | df277cb6e4a85f77752c006353ef1acc42a7f4c9 (patch) | |
tree | 56319d05ee423b8ce4b4005372c88bf364058b37 /cpp/src/XMLTransform/TransformDB.cpp | |
parent | revise subdir ordering (diff) | |
download | ice-df277cb6e4a85f77752c006353ef1acc42a7f4c9.tar.bz2 ice-df277cb6e4a85f77752c006353ef1acc42a7f4c9.tar.xz ice-df277cb6e4a85f77752c006353ef1acc42a7f4c9.zip |
fixing usage
Diffstat (limited to 'cpp/src/XMLTransform/TransformDB.cpp')
-rw-r--r-- | cpp/src/XMLTransform/TransformDB.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/XMLTransform/TransformDB.cpp b/cpp/src/XMLTransform/TransformDB.cpp index 31ad7aeda8c..fc01e35d930 100644 --- a/cpp/src/XMLTransform/TransformDB.cpp +++ b/cpp/src/XMLTransform/TransformDB.cpp @@ -27,8 +27,8 @@ usage(const string& appName) cerr << "Options:\n" "-e,--evictor Use the Freeze Evictor schema.\n" - "--load-old DIR Load all old schema files in directory DIR.\n" - "--load-new DIR Load all new schema files in directory DIR.\n" + "--load-old PATH Load old schema from the given file or directory.\n" + "--load-new PATH Load new schema from the given file or directory.\n" "--path-old DIR Add directory DIR to the old schema import search path.\n" "--path-new DIR Add directory DIR to the new schema import search path.\n" "-h, --help Show this message.\n" |