From: Trevor Woerner <twoerner@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH] clarify wording
Date: Thu, 23 Aug 2012 20:22:40 -0400 [thread overview]
Message-ID: <1345767760-5516-1-git-send-email-twoerner@gmail.com> (raw)
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
next reply other threads:[~2012-08-24 0:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-24 0:22 Trevor Woerner [this message]
2012-08-24 21:19 ` [PATCH] clarify wording 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1345767760-5516-1-git-send-email-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.