bugowner.py: fix typo

This commit is contained in:
Frederic Crozat 2020-08-11 09:32:27 +02:00
parent 5ef4fd515c
commit bf2f208a8c

View File

@ -177,7 +177,7 @@ class CommandLineInterface(ToolBase.CommandLineInterface):
@cmdln.option('--request', action='store_true', help='print osc request lines') @cmdln.option('--request', action='store_true', help='print osc request lines')
@cmdln.option('--employee', action='store_true', help='only filter employees') @cmdln.option('--employee', action='store_true', help='only filter employees')
def do_owner(self, subcmd, opts, *package): def do_owner(self, subcmd, opts, *package):
"""${cmd_name}: find owners of the given pacakge """${cmd_name}: find owners of the given package
${cmd_usage} ${cmd_usage}
${cmd_option_list} ${cmd_option_list}