summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-06-20 18:20:50 +0000
committerMarc Laukien <marc@zeroc.com>2001-06-20 18:20:50 +0000
commit16b09cc2dec5fda2a5122681505a30e94528b346 (patch)
treee07be2ec2104d4f89a5cf5b5bacf468af2f6adff /cpp/src/slice2cpp
parentcleanup (diff)
downloadice-16b09cc2dec5fda2a5122681505a30e94528b346.tar.bz2
ice-16b09cc2dec5fda2a5122681505a30e94528b346.tar.xz
ice-16b09cc2dec5fda2a5122681505a30e94528b346.zip
minor
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r--cpp/src/slice2cpp/Main.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp
index 63236fb8225..844250c4727 100644
--- a/cpp/src/slice2cpp/Main.cpp
+++ b/cpp/src/slice2cpp/Main.cpp
@@ -17,17 +17,17 @@ using namespace Slice;
void
usage(const char* n)
{
- cerr << "Usage: " << n << " [options] ice-files ...\n";
+ cerr << "Usage: " << n << " [options] slice-files ...\n";
cerr <<
"Options:\n"
-"-h, --help Show this message.\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 Specify the header include directory.\n"
-"--dll-export Specify a symbol for DLL exports.\n"
-"-d, --debug Print debug messages.\n"
+"-h, --help Show this message.\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"
+"--dll-export SYMBOL Use SYMBOL for DLL exports.\n"
+"-d, --debug Print debug messages.\n"
;
}