diff options
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" |