From 16b09cc2dec5fda2a5122681505a30e94528b346 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Wed, 20 Jun 2001 18:20:50 +0000 Subject: minor --- cpp/src/slice2cpp/Main.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cpp/src/slice2cpp/Main.cpp') 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" ; } -- cgit v1.2.3