summaryrefslogtreecommitdiff
path: root/cpp/src/slice2docbook/Main.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-01-23 15:02:52 +0000
committerMarc Laukien <marc@zeroc.com>2002-01-23 15:02:52 +0000
commitd0c10bd20d41334973de40b315ac17a41265d627 (patch)
tree09044e57cdb3b2727683d9fdbd86d8808cfcac0c /cpp/src/slice2docbook/Main.cpp
parentadding --impl option (diff)
downloadice-d0c10bd20d41334973de40b315ac17a41265d627.tar.bz2
ice-d0c10bd20d41334973de40b315ac17a41265d627.tar.xz
ice-d0c10bd20d41334973de40b315ac17a41265d627.zip
fixes
Diffstat (limited to 'cpp/src/slice2docbook/Main.cpp')
-rw-r--r--cpp/src/slice2docbook/Main.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/cpp/src/slice2docbook/Main.cpp b/cpp/src/slice2docbook/Main.cpp
index bd35b1582d8..c0e82170f12 100644
--- a/cpp/src/slice2docbook/Main.cpp
+++ b/cpp/src/slice2docbook/Main.cpp
@@ -19,19 +19,19 @@ usage(const char* n)
{
cerr << "Usage: " << n << " [options] docbook-file 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"
- "-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"
- ;
+ "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"
+ "-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"
+ ;
}
int