mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Document -d in requestsync help.
This commit is contained in:
parent
9a5df25367
commit
97b9b9ccc2
@ -171,13 +171,14 @@ def raw_input_exit_on_ctrlc(*args, **kwargs):
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
def usage():
|
def usage():
|
||||||
print '''Usage: requestsync [-h|-n|-k <keyid>|--lp] <source package> <target release> [basever]
|
print '''Usage: requestsync [-d distro|-h|-n|-k <keyid>|--lp] <source package> <target release> [basever]
|
||||||
|
|
||||||
In some cases, the base version (fork point from Debian) cannot be determined
|
In some cases, the base version (fork point from Debian) cannot be determined
|
||||||
automatically, and you'll get a complete Debian changelog. Specify the correct
|
automatically, and you'll get a complete Debian changelog. Specify the correct
|
||||||
base version of the package in Ubuntu.
|
base version of the package in Ubuntu.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
-d distro override Debian distribution to sync from [unstable]
|
||||||
-h print this help
|
-h print this help
|
||||||
-n new source package (doesn't exist yet in Ubuntu)
|
-n new source package (doesn't exist yet in Ubuntu)
|
||||||
-k <keyid> sign email with <keyid> (only used when submitting per email)
|
-k <keyid> sign email with <keyid> (only used when submitting per email)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user