Fix typo in help message (#9599)

This commit is contained in:
Javier Cervantes 2018-10-24 12:40:35 +02:00 committed by Massimiliano Culpo
parent d33c1a14d7
commit 02f67b5c16

View File

@ -58,7 +58,7 @@ def setup_parser(subparser):
" tarballs for testing")
install.add_argument(
'packages', nargs=argparse.REMAINDER,
help="specs of packages to install biuldache for")
help="specs of packages to install buildcache for")
install.set_defaults(func=installtarball)
listcache = subparsers.add_parser('list', help=listspecs.__doc__)