* doc/requestsync.1: Document new -d flag.

This commit is contained in:
Jonathan Patrick Davies 2008-08-26 15:33:01 +01:00
parent 159df6ac27
commit 01db3cd8aa
2 changed files with 6 additions and 1 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ ubuntu-dev-tools (0.42ubuntu1) intrepid; urgency=low
[Jonathan Patrick Davies] [Jonathan Patrick Davies]
* requestsync: Exit when connecting to Launchpad fails. * requestsync: Exit when connecting to Launchpad fails.
* doc/requestsync.1: Document new -d flag.
[ Jelmer Vernooij ] [ Jelmer Vernooij ]
* requestsync: Add -d option to allow overriding the Debian distro to sync * requestsync: Add -d option to allow overriding the Debian distro to sync

View File

@ -2,7 +2,7 @@
.SH NAME .SH NAME
requestsync \- helper to file sync requests for Ubuntu requestsync \- helper to file sync requests for Ubuntu
.SH SYNOPSIS .SH SYNOPSIS
.B requestsync\fR [\fB\-ns\fR] [\fB\-k \fIkeyid\fR] <\fBsource package\fR> <\fBtarget release\fR> [\fIbase version\fR] .B requestsync\fR [\fB-d distro\fR] [\fB\-ns\fR] [\fB\-k \fIkeyid\fR] <\fBsource package\fR> <\fBtarget release\fR> [\fIbase version\fR]
.B requestsync \-\-lp\fR [\fB\-ns\fR] <\fBsource package\fR> <\fBtarget release\fR> [\fIbase version\fR] .B requestsync \-\-lp\fR [\fB\-ns\fR] <\fBsource package\fR> <\fBtarget release\fR> [\fIbase version\fR]
@ -39,6 +39,10 @@ Listed below are the command line options for requestsync:
.B \-h .B \-h
Display a help message and exit. Display a help message and exit.
.TP .TP
.B \-d
Specifies which Debian distribution a package should be synced from. Default is
\fIunstable\fR.
.TP
.B \-n .B \-n
Specifies that the package is a new package, and requestsync should not Specifies that the package is a new package, and requestsync should not
attempt to look it up in Ubuntu since it will not exist. attempt to look it up in Ubuntu since it will not exist.