Next: follow-up via email, Up: edit-pr [Contents][Index]
edit-pr from the shellThe usage for edit-pr is:
edit-pr [ -V | --version ] [ -h | --help ]
        [-d database | --database database] PR Number
Network-mode-only options:
         [--host host | -H host] [--port port]
         [--user user | -v user]
         [--passwd passwd | -w passwd]
The options have the following meaning:
-h, --helpPrints a brief usage message for edit-pr.
-V, --versionPrints the version number for edit-pr.
-d database, --database databaseSpecifies the database containing the PR to be edited; if no database is
specified, the database named ‘default’ is assumed.  This option
overrides the database specified in the GNATSDB environment
variable.
--host host, -H hostSpecifies the hostname of the gnatsd server to communicate with.  This
overrides the value in the GNATSDB environment variable.
--port portSpecifies the port number of the gnatsd server to communicate with.
This overrides the value in the GNATSDB environment variable.
--user user, -v userSpecifies the username to login with when connecting to the gnatsd
server.  This overrides the value in the GNATSDB environment
variable.
--passwd passwd, -w passwdSpecifies the password to login with when connecting to the gnatsd
server.  This overrides the value in the GNATSDB environment
variable.
edit-pr calls the editor specified in your environment variable
EDITOR on a temporary copy of that PR.  (If you don’t have the
variable EDITOR defined in your environment, the default editor
vi is used.)
Edit the PR, changing any relevant fields or adding to existing
information.  When you exit the editor, edit-pr prompts you on
standard input for a reason if you have changed a field that requires
specifying a reason for the change.
Next: follow-up via email, Up: edit-pr [Contents][Index]