diff options
author | Michi Henning <michi@zeroc.com> | 2004-12-29 03:50:52 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-12-29 03:50:52 +0000 |
commit | 5e8559fce24e8408a70d2dc5c175cecf350aec9b (patch) | |
tree | 9cddcc10d35c05de7d75e377a854c4473935f1b7 /cpp/src/IcePatch2/Client.cpp | |
parent | fixed retry logging (diff) | |
download | ice-5e8559fce24e8408a70d2dc5c175cecf350aec9b.tar.bz2 ice-5e8559fce24e8408a70d2dc5c175cecf350aec9b.tar.xz ice-5e8559fce24e8408a70d2dc5c175cecf350aec9b.zip |
Fixed bug in checkedCast template.
Diffstat (limited to 'cpp/src/IcePatch2/Client.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Client.cpp b/cpp/src/IcePatch2/Client.cpp index 8c9581061f2..c7018787e20 100644 --- a/cpp/src/IcePatch2/Client.cpp +++ b/cpp/src/IcePatch2/Client.cpp @@ -303,7 +303,7 @@ Client::usage(const string& appName) "-v, --version Display the Ice version.\n" "-t, --thorough Recalculate all checksums."; - cerr << "Usage: " << appName << " [options] [DIR]" << endl; + cerr << "Usage: " << appName << " [options] DIR" << endl; cerr << options << endl; } |