diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-15 21:38:38 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-15 21:38:38 +0000 |
commit | dac2cbc84d2dc0ee45f3a77c964ae5aea5d0afbc (patch) | |
tree | eca53db9773c252b80c53abcda057f46ecf0ba92 /cpp/src/IceGrid/Client.cpp | |
parent | bug fixin' (diff) | |
download | ice-dac2cbc84d2dc0ee45f3a77c964ae5aea5d0afbc.tar.bz2 ice-dac2cbc84d2dc0ee45f3a77c964ae5aea5d0afbc.tar.xz ice-dac2cbc84d2dc0ee45f3a77c964ae5aea5d0afbc.zip |
fixing usage
Diffstat (limited to 'cpp/src/IceGrid/Client.cpp')
-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 08f1b384dd1..0e869d5499d 100644 --- a/cpp/src/IceGrid/Client.cpp +++ b/cpp/src/IceGrid/Client.cpp @@ -131,7 +131,7 @@ Client::usage() "-s, --server Start icegridadmin as a server (to parse XML files).\n" "-u, --username Login with the given username.\n" "-p, --password Login with the given password.\n" - "-s, --ssl Authenticate through SSL.\n" + "-S, --ssl Authenticate through SSL.\n" "-r, --routed Login through a Glacier2 router.\n" "-R, --replica NAME Connect to the replica NAME.\n" ; |