From: Tomek Mrugalski Date: Mon, 11 Aug 2014 15:43:44 +0000 (+0200) Subject: [3508] D2 command line help improved. X-Git-Tag: trac3482_base~46^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429e30f7d667c05fda04f1d73610cee26d83b301;p=thirdparty%2Fkea.git [3508] D2 command line help improved. --- diff --git a/src/bin/d2/d_controller.cc b/src/bin/d2/d_controller.cc index 6c0b745b53..6e409c9c72 100644 --- a/src/bin/d2/d_controller.cc +++ b/src/bin/d2/d_controller.cc @@ -422,7 +422,10 @@ DControllerBase::usage(const std::string & text) std::cerr << "Usage: " << bin_name_ << std::endl << " -c : mandatory," << " specifies name of configuration file " << std::endl - << " -v: optional, verbose output " << std::endl; + << " -d: optional, verbose output " << std::endl + << " -v: print version number and exit" << std::endl + << " -V: print extended version information and exit" + << std::endl; // add any derivation specific usage std::cerr << getUsageText() << std::endl;