diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-01-30 16:25:28 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-01-30 16:25:28 +0000 |
commit | c012c9c84e116d7d236f91350fe269c2f88b04bc (patch) | |
tree | 42bb84a50e711eb4f7265cecc3c13df53ceb9197 /cpp/src/IceBox/Service.cpp | |
parent | bug 1705: acceptor can block indefinitely (diff) | |
download | ice-c012c9c84e116d7d236f91350fe269c2f88b04bc.tar.bz2 ice-c012c9c84e116d7d236f91350fe269c2f88b04bc.tar.xz ice-c012c9c84e116d7d236f91350fe269c2f88b04bc.zip |
Updated /etc/init.d scripts
Diffstat (limited to 'cpp/src/IceBox/Service.cpp')
-rw-r--r-- | cpp/src/IceBox/Service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/Service.cpp b/cpp/src/IceBox/Service.cpp index 9b88e40c718..881c263fe25 100644 --- a/cpp/src/IceBox/Service.cpp +++ b/cpp/src/IceBox/Service.cpp @@ -130,7 +130,7 @@ IceBox::IceBoxService::usage(const string& appName) "--daemon Run as a daemon.\n" "--noclose Do not close open file descriptors.\n" "--nochdir Do not change the current working directory.\n" - "--pidfile=<file> Write process ID to <file>." + "--pidfile <file> Write process ID to <file>." ); #endif print("Usage: " + appName + " [options]\n" + options); |