diff options
Diffstat (limited to 'becommands/target.py')
-rw-r--r-- | becommands/target.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/becommands/target.py b/becommands/target.py index 3ca7710..dce100f 100644 --- a/becommands/target.py +++ b/becommands/target.py @@ -52,13 +52,13 @@ def execute(args): bd.save() def get_parser(): - parser = cmdutil.CmdOptionParser("be target bug-id [target]") + parser = cmdutil.CmdOptionParser("be target BUG-ID [TARGET]") return parser longhelp=""" Show or change a bug's target for fixing. -If no target is specified, the current value is printed. If a target +If no target is specified, the current value is printed. If a target is specified, it will be assigned to the bug. Targets are freeform; any text may be specified. They will generally be |