diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-02-16 14:50:26 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-02-16 14:50:26 +0000 |
commit | 2b1486546b1a4c76d79f2689fef51e5b2b788ef3 (patch) | |
tree | f04ff71d59aba119ddbef41186cbde7bb3580c7f /cpp/src | |
parent | Removed --routed option and config (diff) | |
download | ice-2b1486546b1a4c76d79f2689fef51e5b2b788ef3.tar.bz2 ice-2b1486546b1a4c76d79f2689fef51e5b2b788ef3.tar.xz ice-2b1486546b1a4c76d79f2689fef51e5b2b788ef3.zip |
Fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Client.cpp b/cpp/src/IceGrid/Client.cpp index 6b375624bf1..d93e6feb734 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -132,7 +132,7 @@ Client::usage() "-u, --username Login with the given username.\n" "-p, --password Login with the given password.\n" "-S, --ssl Authenticate through SSL.\n" - "-R, --replica NAME Connect to the replica NAME.\n" + "-r, --replica NAME Connect to the replica NAME.\n" ; } |