diff options
author | Michi Henning <michi@zeroc.com> | 2007-02-12 08:25:52 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-02-12 08:25:52 +0000 |
commit | d8f6f6e54dd1e7d8ffbe6f12638eb251a9889997 (patch) | |
tree | 41da4bb1065a6b24e03fc130421331f2e2b07d21 /cpp/src/IcePatch2/Server.cpp | |
parent | Bug 1268. (diff) | |
download | ice-d8f6f6e54dd1e7d8ffbe6f12638eb251a9889997.tar.bz2 ice-d8f6f6e54dd1e7d8ffbe6f12638eb251a9889997.tar.xz ice-d8f6f6e54dd1e7d8ffbe6f12638eb251a9889997.zip |
Bug 1715.
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch2/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp index 98ac031b21a..101820871d5 100644 --- a/cpp/src/IcePatch2/Server.cpp +++ b/cpp/src/IcePatch2/Server.cpp @@ -230,6 +230,7 @@ IcePatch2::PatcherService::usage(const string& appName) "\n" "\n" "--daemon Run as a daemon.\n" + "--pidfile FILE Write process ID into FILE.\n" "--noclose Do not close open file descriptors." // --nochdir is intentionally not shown here. (See the comment in main().) |