From 2c3f6c066ceb03ae3579dff029bf01f0b62c1f82 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 24 Nov 2008 17:02:16 -0500 Subject: Tweaked usage strings to increase consistency. Also added README.dev. I tried to stick to CAPS for argument placeholders. --- becommands/target.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'becommands/target.py') 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 -- cgit