summaryrefslogtreecommitdiff
path: root/cpp/src/slice2xsd/Main.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-01-25 14:48:39 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-01-25 14:48:39 +0000
commit8d2ec3bcb23c04c3899a2516cb05a699b0db393a (patch)
tree133eba1ae126c1f405f9627cceadbcacf05ce59f /cpp/src/slice2xsd/Main.cpp
parentfixes (diff)
downloadice-8d2ec3bcb23c04c3899a2516cb05a699b0db393a.tar.bz2
ice-8d2ec3bcb23c04c3899a2516cb05a699b0db393a.tar.xz
ice-8d2ec3bcb23c04c3899a2516cb05a699b0db393a.zip
Initial version of slice2wsdl.
Diffstat (limited to 'cpp/src/slice2xsd/Main.cpp')
-rw-r--r--cpp/src/slice2xsd/Main.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/slice2xsd/Main.cpp b/cpp/src/slice2xsd/Main.cpp
index 281396c423a..43f041d7302 100644
--- a/cpp/src/slice2xsd/Main.cpp
+++ b/cpp/src/slice2xsd/Main.cpp
@@ -17,7 +17,7 @@ using namespace Slice;
void
usage(const char* n)
{
- cerr << "Usage: " << n << " [options] docbook-file slice-files...\n";
+ cerr << "Usage: " << n << " [options] slice-files...\n";
cerr <<
"Options:\n"
"-h, --help Show this message.\n"
@@ -26,10 +26,6 @@ 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"
- "-s, --stand-alone Create stand-alone docbook file.\n"
- "--no-globals Don't document the global module.\n"
- "--chapter Use \"chapter\" instead of \"section\" as\n"
- " top-level element.\n"
"-d, --debug Print debug messages.\n"
;
}