diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-10-25 03:31:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:21 +0000 |
commit | 5a7994df6cdb5af8d240e2802e6bb3d9671f17e3 (patch) | |
tree | 16b73734ee20223cb6e0d3457137eeacec1f294d | |
parent | ff11ca44fec8e4b2aa523e032bd967e3ab8339a8 (diff) | |
download | openembedded-core-5a7994df6cdb5af8d240e2802e6bb3d9671f17e3.tar.gz openembedded-core-5a7994df6cdb5af8d240e2802e6bb3d9671f17e3.tar.bz2 openembedded-core-5a7994df6cdb5af8d240e2802e6bb3d9671f17e3.zip |
oe-pkgdata-util: Use standard verb form in help info.
"Shows" -> "Show", to be consistent with standard form of help output.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rwxr-xr-x | scripts/oe-pkgdata-util | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util index bb917b4fc4..dbffd6a36b 100755 --- a/scripts/oe-pkgdata-util +++ b/scripts/oe-pkgdata-util @@ -526,7 +526,7 @@ def main(): parser_lookup_recipe.set_defaults(func=lookup_recipe) parser_package_info = subparsers.add_parser('package-info', - help='Shows version, recipe and size information for one or more packages', + help='Show version, recipe and size information for one or more packages', description='Looks up the specified runtime package(s) and display information') parser_package_info.add_argument('pkg', nargs='*', help='Runtime package name to look up') parser_package_info.add_argument('-f', '--file', help='Read package names from the specified file (one per line, first field only)') |