comparison 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
comparison
equal deleted inserted replaced
1626:581aa1853a2f 1627:e029d625c8f1
1 #! /usr/bin/env python 1 #! /usr/bin/env python
2 # $Id: add-issue,v 1.1 2003-04-30 01:26:55 richard Exp $ 2 # $Id: add-issue,v 1.2 2003-04-30 01:28:37 richard Exp $
3 3
4 ''' 4 '''
5 Usage: %s: <tracker home> <priority> <issue title> 5 Usage: %s <tracker home> <priority> <issue title>
6 6
7 Create a new issue in the given tracker. Input is taken from STDIN to 7 Create a new issue in the given tracker. Input is taken from STDIN to
8 create the initial issue message (which may be empty). Issues will be 8 create the initial issue message (which may be empty). Issues will be
9 created as the current user (%s) if they exist as a Roundup 9 created as the current user (%s) if they exist as a Roundup
10 user, or "admin" otherwise. 10 user, or "admin" otherwise.

Roundup Issue Tracker: http://roundup-tracker.org/