diff options
author | Mark Spruiell <mes@zeroc.com> | 2012-11-15 09:54:30 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2012-11-15 09:54:30 -0800 |
commit | ef2bca061d2b1dbf02fcc90d02e1cdb4c7caaea4 (patch) | |
tree | 497dcf9482d99417760b38e988a25b2e8ce3f49e /cpp/src/IceGrid/Parser.cpp | |
parent | Fixed MinGW thirdparty README.txt (diff) | |
download | ice-ef2bca061d2b1dbf02fcc90d02e1cdb4c7caaea4.tar.bz2 ice-ef2bca061d2b1dbf02fcc90d02e1cdb4c7caaea4.tar.xz ice-ef2bca061d2b1dbf02fcc90d02e1cdb4c7caaea4.zip |
minor fixes
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 15b9f2f5b4a..34fe93aaba9 100644 --- a/cpp/src/IceGrid/Parser.cpp +++ b/cpp/src/IceGrid/Parser.cpp @@ -61,7 +61,7 @@ const char* _commandsHelp[][3] = { "application update [-n | --no-restart] DESC [TARGET ... ] [NAME=VALUE ... ]\n" " Update the application described in DESC. If -n or\n" " --no-restart is specified, the update will fail if\n" -" it requires to stop some servers.\n" +" it is necessary to stop some servers.\n" }, { "application", "patch", "application patch [-f | --force] NAME\n" |