From: Gary Thomas Date: Thu, 7 Nov 2013 17:04:21 +0000 (-0700) Subject: bitbake: depexp: Improve wording on requirements X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34eb0044356a04cc816808a57804242ea58d59c2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: depexp: Improve wording on requirements Since -g is required, tell the user exactly so. (Bitbake rev: f05f74e98b0dd567a8b0cb85dc8183716619991b) Signed-off-by: Gary Thomas Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/depexp.py index 0b160e2f4e6..4578dce615d 100644 --- a/bitbake/lib/bb/ui/depexp.py +++ b/bitbake/lib/bb/ui/depexp.py @@ -202,7 +202,7 @@ def main(server, eventHandler, params): return 1 cmdline = cmdline['action'] if not cmdline or cmdline[0] != "generateDotGraph": - print("This UI is only compatible with the -g option") + print("This UI requires the -g option") return 1 ret, error = server.runCommand(["generateDepTreeEvent", cmdline[1], cmdline[2]]) if error: