mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
* doc/requestsync.1: Document new -d flag.
This commit is contained in:
parent
159df6ac27
commit
01db3cd8aa
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user