Changes to gnats/send-pr/send-pr.sh
Milan Zamazal <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/send-pr/send-pr.sh diff -c gnats/send-pr/send-pr.sh:1.18 gnats/send-pr/send-pr.sh:1.19 *** gnats/send-pr/send-pr.sh:1.18 Fri Aug 3 13:12:03 2001 --- gnats/send-pr/send-pr.sh Sun May 19 16:31:20 2002 *************** *** 1,6 **** #!/bin/sh # Submit a problem report to a GNATS site. ! # Copyright (C) 2001 Milan Zamazal # Copyright (C) 1993, 2001 Free Software Foundation, Inc. # Contributed by Brendan Kehoe ([email protected]), based on a # version written by Heinz G. Seidl ([email protected]). --- 1,6 ---- #!/bin/sh # Submit a problem report to a GNATS site. ! # Copyright (C) 2001, 2002 Milan Zamazal # Copyright (C) 1993, 2001 Free Software Foundation, Inc. # Contributed by Brendan Kehoe ([email protected]), based on a # version written by Heinz G. Seidl ([email protected]). *************** *** 210,221 **** USAGE="Usage: $COMMAND [OPTION]... -b --batch run without printing most messages ! -c --cc=LINE put LINE to the CC header ! -d --database=DATABASE submit PR to DATABASE ! -f --file=FILE read the PR template from FILE (\`-' for stdin) -p --print just print the template and exit --request-id send a request for a user id ! -s --severity=SEVERITY PR severity -h --help display this help and exit -V --version output version information and exit --- 210,221 ---- USAGE="Usage: $COMMAND [OPTION]... -b --batch run without printing most messages ! -c --cc LINE put LINE to the CC header ! -d --database DATABASE submit PR to DATABASE ! -f --file FILE read the PR template from FILE (\`-' for stdin) -p --print just print the template and exit --request-id send a request for a user id ! -s --severity SEVERITY PR severity -h --help display this help and exit -V --version output version information and exit