summaryrefslogtreecommitdiff
path: root/src/anyCtrOptions.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-04-15 16:57:30 +0000
committerChristian Pointner <equinox@anytun.org>2008-04-15 16:57:30 +0000
commit0ce5ffab5fb24d136053f5c72ce7b6def91439e8 (patch)
treeb01452da1932eb9b256d7cd1dcd63d3fe13cd67e /src/anyCtrOptions.cpp
parentfixed Makefile for man (diff)
fixed some typos @ print help
added
Diffstat (limited to 'src/anyCtrOptions.cpp')
-rw-r--r--src/anyCtrOptions.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/anyCtrOptions.cpp b/src/anyCtrOptions.cpp
index 4f03031..70568a5 100644
--- a/src/anyCtrOptions.cpp
+++ b/src/anyCtrOptions.cpp
@@ -169,13 +169,13 @@ bool Options::parse(int argc, char* argv[])
void Options::printUsage()
{
std::cout << "USAGE:" << std::endl;
- std::cout << "anytun-controld [-h|--help] prints this..." << 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 << " [-f|--file] <path> path to file" << std::endl;
+ std::cout << "anytun-controld [-h|--help] prints this..." << 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] <username> if chroot change to this user" << std::endl;
+ std::cout << " [-H|--chroot-dir] <path> chroot to this directory" << std::endl;
+ std::cout << " [-P|--write-pid] <path> write pid to this file" << std::endl;
+ std::cout << " [-f|--file] <path> path to file" << std::endl;
}