diff options
author | Mark Spruiell <mes@zeroc.com> | 2011-05-25 10:36:21 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2011-05-25 10:36:21 -0700 |
commit | a52ef65d86f6037bcc7b67a6164cc493c6fca2e7 (patch) | |
tree | 02f40c663f6fb48ae300644723c540f19a23f195 /cpp/src/IceGrid/Parser.cpp | |
parent | 5100 - jgoodies jar file names are incorrect in build.properties (diff) | |
download | ice-a52ef65d86f6037bcc7b67a6164cc493c6fca2e7.tar.bz2 ice-a52ef65d86f6037bcc7b67a6164cc493c6fca2e7.tar.xz ice-a52ef65d86f6037bcc7b67a6164cc493c6fca2e7.zip |
bug 5120 - fixing typo in icegridadmin help
Diffstat (limited to 'cpp/src/IceGrid/Parser.cpp')
-rw-r--r-- | cpp/src/IceGrid/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp index 242e67e56a7..7e6e207d05a 100644 --- a/cpp/src/IceGrid/Parser.cpp +++ b/cpp/src/IceGrid/Parser.cpp @@ -90,7 +90,7 @@ static const char* _commandsHelp[][3] = { "node load NAME Print the load of the node NAME.\n" }, { "node", "processors", -"node processors [NAME] Print the number of processor socket of the\n" +"node processors [NAME] Print the number of processor sockets of the\n" " node NAME or all the nodes if NAME is omitted.\n" }, { "node", "show", |