summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2013-11-07 10:04:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-08 17:14:07 +0000
commitf05f74e98b0dd567a8b0cb85dc8183716619991b (patch)
tree185ba7129d17e4c292f96a300d0aa3fc4b5e130a
parentab4bc18409d80de6d069e3dd76c3c54964fe5764 (diff)
downloadbitbake-contrib-f05f74e98b0dd567a8b0cb85dc8183716619991b.tar.gz
depexp: Improve wording on requirements
Since -g is required, tell the user exactly so. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/ui/depexp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/depexp.py b/lib/bb/ui/depexp.py
index 0b160e2f4..4578dce61 100644
--- a/lib/bb/ui/depexp.py
+++ b/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: