diff options
author | Michi Henning <michi@zeroc.com> | 2004-12-29 04:01:59 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-12-29 04:01:59 +0000 |
commit | 704217528abde49e61021531c4d91ca7525aa093 (patch) | |
tree | 3c9a275591511ffaa5f05b7c70836c0926a93ca9 /cpp/src/IcePatch2/Client.cpp | |
parent | Fixed bug in checkedCast template. (diff) | |
download | ice-704217528abde49e61021531c4d91ca7525aa093.tar.bz2 ice-704217528abde49e61021531c4d91ca7525aa093.tar.xz ice-704217528abde49e61021531c4d91ca7525aa093.zip |
Backed out previous check-in of IcePatch2 files -- they were checked in by
mistake.
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 c7018787e20..8c9581061f2 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; } |