~ubuntu-branches/ubuntu/edgy/gnats/edgy

« back to all changes in this revision

Viewing changes to doc/p-admin.texi

  • Committer: Bazaar Package Importer
  • Author(s): Chad Walstrom
  • Date: 2005-03-07 17:56:31 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050307175631-agtm10dvjbemuc64
Tags: 4.1.0-0
* New upstream version
* debian/rules: now uses '--with-lispdir' option instead of environment
  variable overloading. Re-enabled optimization.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2083
2083
@smallexample
2084
2084
pr-edit   [ -l @var{username} | --lock=@var{username} ] [ -u | --unlockdb ]
2085
2085
          [ -L | --lockdb ] [ -U | --unlockdb ] [ -c | --check ]
2086
 
          [ -C | --check-initial ] [ -s | --submit ]
 
2086
          [ -C | --check-initial ] [ -s | --submit [ --show-prnum ] ]
2087
2087
          [ -a @var{field} | --append field=@var{field} ]
2088
2088
          [ -r @var{field} | --replace=@var{field} ] [ --delete-pr ]
2089
2089
          [ -R @var{reason} | --reason=@var{reason} ]
2147
2147
@itemx --submit
2148
2148
Used to submit a new PR to the database.  The PR is read in and verified
2149
2149
for content; if the PR is valid as an initial PR, it is then added to
2150
 
the database. A zero exit code is returned if the submission was
2151
 
successful.  Otherwise, the reason(s) for the PR being rejected are
2152
 
printed to stdout, and a non-zero exit code is returned.
 
2150
the database.  If the submission is successful a zero exit code is
 
2151
returned.  Otherwise, the reason(s) for the PR being rejected are
 
2152
printed, and a non-zero exit code is returned.
 
2153
 
 
2154
@item --show-prnum
 
2155
This option is used with the @code{--submit} option to display the PR
 
2156
number associated with the submitted PR.
2153
2157
@end table
2154
2158
 
2155
2159
@noindent The following options require a PR number to be given.