From 542bb3eb22eefd6ed4161a5e02c828ac5c26f08b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Sep 2015 08:03:38 +0200 Subject: Improve general help --- bpkg/help.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bpkg/help.cxx') diff --git a/bpkg/help.cxx b/bpkg/help.cxx index 0aad8f4..89ce93f 100644 --- a/bpkg/help.cxx +++ b/bpkg/help.cxx @@ -23,6 +23,7 @@ namespace bpkg o << "usage: bpkg --help" << endl << " bpkg --version" << endl + << " bpkg help [|]" << endl << " bpkg [] [] " << "[]" << endl << endl; @@ -39,14 +40,15 @@ namespace bpkg bpkg_topics::print_short_usage (o); o << endl; - o << "The common options are:" << endl + o << "The common options are summarized below. Note that they can also " + "be specified" << endl + << "as part of the command-specific options." << endl << endl; common_options::print_short_usage (o); o << endl; - o << "The common options can also be specified as part of the command-" << - "specific ones."<< endl; + o << ""<< endl; } void -- cgit v1.1