diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-21 23:28:34 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-21 23:28:34 +0000 |
commit | 195785dfc350ac75ded7283e697081a85cb7205d (patch) | |
tree | 98ff4b88d4ca4a2dab645a3ba0fe65ff042aa6e7 /cpp/src/slice2py/Main.cpp | |
parent | bug fix for string marshaling (diff) | |
download | ice-195785dfc350ac75ded7283e697081a85cb7205d.tar.bz2 ice-195785dfc350ac75ded7283e697081a85cb7205d.tar.xz ice-195785dfc350ac75ded7283e697081a85cb7205d.zip |
fixing usage
Diffstat (limited to 'cpp/src/slice2py/Main.cpp')
-rw-r--r-- | cpp/src/slice2py/Main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2py/Main.cpp b/cpp/src/slice2py/Main.cpp index 86ca964e965..3706e00bdbe 100644 --- a/cpp/src/slice2py/Main.cpp +++ b/cpp/src/slice2py/Main.cpp @@ -281,7 +281,6 @@ usage(const char* n) "--ice Permit `Ice' prefix (for building Ice source code only)\n" "--all Generate code for Slice definitions in included files.\n" "--no-package Do not create Python packages.\n" - "--no-package Do not create Python packages.\n" "--checksum Generate checksums for Slice definitions.\n" "--prefix PREFIX Prepend filenames of Python modules with PREFIX.\n" ; |