From 7f4c07886ecff4ac77fdd2165bedd179099fcf19 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 7 Jul 2015 15:44:33 +0100 Subject: main: add skeleton documentation for the recipe:do_task syntax The incredibly useful recipe:do_task syntax on the command line isn't documented at all. This isn't much but it's better than nothing. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- lib/bb/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/main.py b/lib/bb/main.py index 49dc8d5b5..ee72328f4 100755 --- a/lib/bb/main.py +++ b/lib/bb/main.py @@ -83,7 +83,7 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters): def parseCommandLine(self, argv=sys.argv): parser = optparse.OptionParser( version = "BitBake Build Tool Core version %s" % bb.__version__, - usage = """%prog [options] [recipename/target ...] + usage = """%prog [options] [recipename/target recipe:do_task ...] Executes the specified task (default is 'build') for a given set of target recipes (.bb files). It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which -- cgit 1.2.3-korg