diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-28 13:24:18 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-28 13:24:18 +0000 |
commit | 322b6cf76f6b3e043b03b288b43850ff3f32b3ce (patch) | |
tree | 7b0351256524ae6e2b3aa168ff5f6acdcfdbaad3 /cpp/src/slice2cpp | |
parent | Update project file for the admin tool. (diff) | |
download | ice-322b6cf76f6b3e043b03b288b43850ff3f32b3ce.tar.bz2 ice-322b6cf76f6b3e043b03b288b43850ff3f32b3ce.tar.xz ice-322b6cf76f6b3e043b03b288b43850ff3f32b3ce.zip |
fixed the select bug under win32
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 5ae2b4b44ee..631cb029763 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -19,18 +19,18 @@ usage(const char* n) { cerr << "Usage: " << n << " [options] slice-files...\n"; cerr << - "Options:\n" - "-h, --help Show this message.\n" - "-v, --version Display the Ice version.\n" - "-DNAME Define NAME as 1.\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" - "--output-dir DIR Create files in the directory DIR.\n" - "--dll-export SYMBOL Use SYMBOL for DLL exports.\n" - "-d, --debug Print debug messages.\n" - ; + "Options:\n" + "-h, --help Show this message.\n" + "-v, --version Display the Ice version.\n" + "-DNAME Define NAME as 1.\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" + "--output-dir DIR Create files in the directory DIR.\n" + "--dll-export SYMBOL Use SYMBOL for DLL exports.\n" + "-d, --debug Print debug messages.\n" + ; } int |