]> code.ossystems Code Review - openembedded-core.git/commitdiff
oe-pkgdata-util: Use standard verb form in help info.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Tue, 25 Oct 2016 07:31:12 +0000 (03:31 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2016 10:33:37 +0000 (10:33 +0000)
"Shows" -> "Show", to be consistent with standard form of help output.

(From OE-Core rev: 5a7994df6cdb5af8d240e2802e6bb3d9671f17e3)

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/oe-pkgdata-util

index bb917b4fc4c2b11d284838de6bd614873aef674b..dbffd6a36bf97a8b03389b144e46507c91e206f2 100755 (executable)
@@ -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)')