From 00b3977dd80988957c2fcdb91712ad7d97b8d041 Mon Sep 17 00:00:00 2001 From: Jonathan Patrick Davies Date: Tue, 12 Aug 2008 14:31:06 +0100 Subject: [PATCH] * requestsync: Remove any other mentions of the "-s" flag. --- requestsync | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requestsync b/requestsync index 3882188..5e52d41 100755 --- a/requestsync +++ b/requestsync @@ -149,7 +149,7 @@ def raw_input_exit_on_ctrlc(*args, **kwargs): sys.exit(1) def usage(): - print '''Usage: requestsync [-h|-n|-s|-k |--lp] [basever] + print '''Usage: requestsync [-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 @@ -158,7 +158,6 @@ base version of the package in Ubuntu. Options: -h print this help -n new source package (doesn't exist yet in Ubuntu) - -s request sponsoring (through ubuntu-{main,universe}-sponsors) -k sign email with (only used when submitting per email) --lp use python-launchpad-bugs instead of email for bug submitting '''