bugowner.py: fix typo
This commit is contained in:
parent
5ef4fd515c
commit
bf2f208a8c
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user