From 429e30f7d667c05fda04f1d73610cee26d83b301 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Mon, 11 Aug 2014 17:43:44 +0200 Subject: [PATCH] [3508] D2 command line help improved. --- src/bin/d2/d_controller.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.47.2