[OE-core] [PATCH] oe-pkgdata-util: Use standard verb form in help info.

Robert P. J. Day rpjday at crashcourse.ca
Tue Oct 25 07:31:12 UTC 2016


"Shows" -> "Show", to be consistent with standard form of help output.

Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>

---

  yes, i am that pedantic.

diff --git a/scripts/oe-pkgdata-util b/scripts/oe-pkgdata-util
index bb917b4..dbffd6a 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)')


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list