diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-15 23:26:41 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-15 23:26:41 +0000 |
commit | af0f3e2227c031bbe708d93daf5c54b1b0b4c702 (patch) | |
tree | 711c622e9dfe80ca62ff0c88e73264845328457e /cpp/src/IceBox/Service.cpp | |
parent | fixing usage (diff) | |
download | ice-af0f3e2227c031bbe708d93daf5c54b1b0b4c702.tar.bz2 ice-af0f3e2227c031bbe708d93daf5c54b1b0b4c702.tar.xz ice-af0f3e2227c031bbe708d93daf5c54b1b0b4c702.zip |
fixing usage
Diffstat (limited to 'cpp/src/IceBox/Service.cpp')
-rw-r--r-- | cpp/src/IceBox/Service.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceBox/Service.cpp b/cpp/src/IceBox/Service.cpp index cba81bf3d0e..ba4e91525a6 100644 --- a/cpp/src/IceBox/Service.cpp +++ b/cpp/src/IceBox/Service.cpp @@ -128,9 +128,9 @@ IceBox::IceBoxService::usage(const string& appName) "\n" "\n" "--daemon Run as a daemon.\n" - "--pidfile FILE Write process ID into FILE." + "--pidfile FILE Write process ID into FILE.\n" "--noclose Do not close open file descriptors.\n" - "--nochdir Do not change the current working directory.\n" + "--nochdir Do not change the current working directory." ); #endif print("Usage: " + appName + " [options]\n" + options); |