diff options
author | Christian Pointner <equinox@anytun.org> | 2008-04-15 16:07:26 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-04-15 16:07:26 +0000 |
commit | 7eddd725ccc8f117ef2ee56aa26c5741c979427d (patch) | |
tree | 813d386f4ef7ecd379a9298ba68d60ba1ac64617 /src/options.cpp | |
parent | initscript tabs2spaces (diff) |
fixed option string @ -h|--help
some improvments for manpage
Diffstat (limited to 'src/options.cpp')
-rw-r--r-- | src/options.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/options.cpp b/src/options.cpp index 174844f..809dee1 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -215,9 +215,9 @@ void Options::printUsage() // std::cout << " [-f|--config] <file> the config file" << std::endl; std::cout << " [-D|--nodaemonize] don't run in background" << std::endl; std::cout << " [-C|--chroot] chroot and drop privileges" << std::endl; - std::cout << " [-u|--username] if chroot change to this user" << std::endl; - std::cout << " [-H|--chroot-dir] chroot to this directory" << std::endl; - std::cout << " [-P|--write-pid] write pid to this file" << std::endl; + std::cout << " [-u|--username] <username> if chroot change to this user" << std::endl; + std::cout << " [-H|--chroot-dir] <directory> chroot to this directory" << std::endl; + std::cout << " [-P|--write-pid] <filename> write pid to this file" << std::endl; std::cout << " [-s|--sender-id ] <sender id> the sender id to use" << std::endl; std::cout << " [-i|--interface] <ip-address> local anycast ip address to bind to" << std::endl; std::cout << " [-p|--port] <port> local anycast(data) port to bind to" << std::endl; |