All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clarify wording
@ 2012-08-24  0:22 Trevor Woerner
  2012-08-24 21:19 ` Andrei Gherzan
  0 siblings, 1 reply; 9+ messages in thread
From: Trevor Woerner @ 2012-08-24  0:22 UTC (permalink / raw)
  To: bitbake-devel

From: Trevor Woerner <twoerner@gmail.com>

The '-s' option shows (input) recipes, not (built/output) packages. Clarify
the help wording for this option so it is consistent.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 bin/bitbake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bitbake b/bin/bitbake
index 0b4f556..ed2ff06 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -142,7 +142,7 @@ Default BBFILES are the .bb files in the current directory.""")
     parser.add_option("-p", "--parse-only", help = "quit after parsing the BB files (developers only)",
                action = "store_true", dest = "parse_only", default = False)
 
-    parser.add_option("-s", "--show-versions", help = "show current and preferred versions of all packages",
+    parser.add_option("-s", "--show-versions", help = "show current and preferred versions of all recipes",
                action = "store_true", dest = "show_versions", default = False)
 
     parser.add_option("-e", "--environment", help = "show the global or per-package environment (this is what used to be bbread)",
-- 
1.7.10.GIT




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-08-31  8:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24  0:22 [PATCH] clarify wording Trevor Woerner
2012-08-24 21:19 ` Andrei Gherzan
2012-08-24 21:35   ` Trevor Woerner
2012-08-24 21:43     ` Andrei Gherzan
2012-08-25  3:57     ` Chris Larson
2012-08-25 10:43       ` Trevor Woerner
2012-08-31  0:38         ` Richard Purdie
     [not found]       ` <CAK18fxEVCYsTypt-qa88Chjhu+qj4ry2FSdU8tUEnAZyCijcCQ@mail.gmail.com>
2012-08-25 21:00         ` Chris Larson
2012-08-25 22:46           ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.