diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-08-30 13:32:37 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-08-30 13:32:37 -0700 |
commit | d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a (patch) | |
tree | 68331af990b7bff3f8a6f27c6f4482e0b8aee47e /cpp/src/slice2html/Main.cpp | |
parent | ICE-7242 - Cross test updates (diff) | |
download | ice-d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a.tar.bz2 ice-d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a.tar.xz ice-d6d6b23e6b5f1d04ce4a9bb290b47424a7b9915a.zip |
ICE-7301 - slice2html generates bogus links
Diffstat (limited to 'cpp/src/slice2html/Main.cpp')
-rw-r--r-- | cpp/src/slice2html/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Main.cpp b/cpp/src/slice2html/Main.cpp index daa2493cda0..0b9a0b24590 100644 --- a/cpp/src/slice2html/Main.cpp +++ b/cpp/src/slice2html/Main.cpp @@ -63,7 +63,7 @@ usage(const char* n) "Options:\n" "-h, --help Show this message.\n" "-v, --version Display the Ice version.\n" - "--validate Validate command line options.\n" + "--validate Validate command line options.\n" "-DNAME Define NAME as 1.\n" "-DNAME=DEF Define NAME as DEF.\n" "-UNAME Remove any definition for NAME.\n" |