diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-11-20 18:24:58 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-11-20 18:24:58 +0000 |
commit | 3ac66601525932b6d1eb44f7eafce7e0f9213edb (patch) | |
tree | 2ceb088747b4adce13a702f8b046ecebb5f36946 /cpp/src | |
parent | fix for warning (diff) | |
download | ice-3ac66601525932b6d1eb44f7eafce7e0f9213edb.tar.bz2 ice-3ac66601525932b6d1eb44f7eafce7e0f9213edb.tar.xz ice-3ac66601525932b6d1eb44f7eafce7e0f9213edb.zip |
minor fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Transform/TransformDB.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Transform/TransformDB.cpp b/cpp/src/Transform/TransformDB.cpp index 5d72a33eb8d..74f5bff5fa8 100644 --- a/cpp/src/Transform/TransformDB.cpp +++ b/cpp/src/Transform/TransformDB.cpp @@ -47,7 +47,6 @@ usage(const char* n) "-p Purge objects whose types no longer exist.\n" "-c Use catastrophic recovery on the old database environment.\n" "-f FILE Execute the transformation descriptors in the file FILE.\n" - " Database transformation is not performed.\n" "--include-old DIR Put DIR in the include file search path for old Slice\n" " definitions.\n" "--include-new DIR Put DIR in the include file search path for new Slice\n" |