diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-06 16:21:05 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-06 16:21:05 +0000 |
commit | 71294535f4176c44c033561d407952d1d0bdd9bd (patch) | |
tree | f5067365849f934c14ff75add1e13f06384ade6e /cpp/src/slice2freeze/Main.cpp | |
parent | fixes (diff) | |
download | ice-71294535f4176c44c033561d407952d1d0bdd9bd.tar.bz2 ice-71294535f4176c44c033561d407952d1d0bdd9bd.tar.xz ice-71294535f4176c44c033561d407952d1d0bdd9bd.zip |
IceUtil::Exception
Diffstat (limited to 'cpp/src/slice2freeze/Main.cpp')
-rw-r--r-- | cpp/src/slice2freeze/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2freeze/Main.cpp b/cpp/src/slice2freeze/Main.cpp index 7b0e0b57bac..ebec43c02cc 100644 --- a/cpp/src/slice2freeze/Main.cpp +++ b/cpp/src/slice2freeze/Main.cpp @@ -50,8 +50,8 @@ usage(const char* n) "-DNAME=DEF Define NAME as DEF.\n" "-UNAME Remove any definition for NAME.\n" "-IDIR Put DIR in the include file search path.\n" - "--include-dir DIR Use DIR as the header include directory.\n" - "--dll-export SYMBOL Use SYMBOL for DLL exports.\n" + "--include-dir DIR Use DIR as the header include directory.\n" + "--dll-export SYMBOL Use SYMBOL for DLL exports.\n" "--dict NAME,KEY,VALUE Create a Freeze dictionary with the name NAME,\n" " using KEY as key, and VALUE as value. This\n" " option may be specified multiple times for\n" |