diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-16 03:40:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-16 03:40:44 +0000 |
commit | cd8b1fdbf4c0fba27f75a42b7133573a6681c5a2 (patch) | |
tree | bb9524eb175d602af709406b55d1ed42cdab0c24 /cpp/src/slice2cpp/Main.cpp | |
parent | parser (diff) | |
download | ice-cd8b1fdbf4c0fba27f75a42b7133573a6681c5a2.tar.bz2 ice-cd8b1fdbf4c0fba27f75a42b7133573a6681c5a2.tar.xz ice-cd8b1fdbf4c0fba27f75a42b7133573a6681c5a2.zip |
lots and lots of fixes
Diffstat (limited to 'cpp/src/slice2cpp/Main.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 567ccc3ae2e..6821972421d 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -17,7 +17,7 @@ using namespace Slice; void usage(const char* n) { - cerr << "Usage: " << n << " [options] slice-files ...\n"; + cerr << "Usage: " << n << " [options] slice-files...\n"; cerr << "Options:\n" "-h, --help Show this message.\n" |