From 97b9b9ccc2df4729de731fc4b23f8a58481f767d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 23 Aug 2008 18:28:13 +0200 Subject: [PATCH] Document -d in requestsync help. --- requestsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requestsync b/requestsync index debaba9..1e64ff3 100755 --- a/requestsync +++ b/requestsync @@ -171,13 +171,14 @@ def raw_input_exit_on_ctrlc(*args, **kwargs): sys.exit(1) def usage(): - print '''Usage: requestsync [-h|-n|-k |--lp] [basever] + print '''Usage: requestsync [-d distro|-h|-n|-k |--lp] [basever] 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 base version of the package in Ubuntu. Options: + -d distro override Debian distribution to sync from [unstable] -h print this help -n new source package (doesn't exist yet in Ubuntu) -k sign email with (only used when submitting per email)