From 6fa4295768f930a6d1c4a6077a34e7db36dff14e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 28 Feb 2009 09:10:03 +0000 Subject: updated manpages --- src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/options.cpp') diff --git a/src/options.cpp b/src/options.cpp index ce1a6fa..fda188c 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -342,7 +342,7 @@ bool Options::parse(int argc, char* argv[]) PARSE_INVERSE_BOOL_PARAM("-D","--nodaemonize", daemonize_) PARSE_SCALAR_PARAM("-u","--username", username_) PARSE_SCALAR_PARAM("-g","--groupname", groupname_) - PARSE_SCALAR_PARAM("-C","--chroot-dir", chroot_dir_) + PARSE_SCALAR_PARAM("-C","--chroot", chroot_dir_) PARSE_SCALAR_PARAM("-P","--write-pid", pid_file_) #endif @@ -461,7 +461,7 @@ void Options::printUsage() std::cout << " [-D|--nodaemonize] don't run in background" << std::endl; std::cout << " [-u|--username] change to this user" << std::endl; std::cout << " [-g|--groupname] change to this group" << std::endl; - std::cout << " [-C|--chroot-dir] chroot to this directory" << std::endl; + std::cout << " [-C|--chroot] chroot to this directory" << std::endl; std::cout << " [-P|--write-pid] write pid to this file" << std::endl; #endif -- cgit v1.2.3