Mercurial > p > roundup > code
diff scripts/add-issue @ 1627:e029d625c8f1
minor usage doc tweak
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 30 Apr 2003 01:28:37 +0000 |
| parents | 581aa1853a2f |
| children | 6e3e4f24c753 |
line wrap: on
line diff
--- a/scripts/add-issue Wed Apr 30 01:26:55 2003 +0000 +++ b/scripts/add-issue Wed Apr 30 01:28:37 2003 +0000 @@ -1,8 +1,8 @@ #! /usr/bin/env python -# $Id: add-issue,v 1.1 2003-04-30 01:26:55 richard Exp $ +# $Id: add-issue,v 1.2 2003-04-30 01:28:37 richard Exp $ ''' -Usage: %s: <tracker home> <priority> <issue title> +Usage: %s <tracker home> <priority> <issue title> Create a new issue in the given tracker. Input is taken from STDIN to create the initial issue message (which may be empty). Issues will be
