diff --git a/bugowner.py b/bugowner.py index b17979fa..b97a724a 100755 --- a/bugowner.py +++ b/bugowner.py @@ -177,7 +177,7 @@ class CommandLineInterface(ToolBase.CommandLineInterface): @cmdln.option('--request', action='store_true', help='print osc request lines') @cmdln.option('--employee', action='store_true', help='only filter employees') 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_option_list}