* requestsync: Remove any other mentions of the "-s" flag.

This commit is contained in:
Jonathan Patrick Davies 2008-08-12 14:31:06 +01:00
parent 0d993122ea
commit 00b3977dd8

View File

@ -149,7 +149,7 @@ def raw_input_exit_on_ctrlc(*args, **kwargs):
sys.exit(1)
def usage():
print '''Usage: requestsync [-h|-n|-s|-k <keyid>|--lp] <source package> <target release> [basever]
print '''Usage: requestsync [-h|-n|-k <keyid>|--lp] <source package> <target release> [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 <keyid> sign email with <keyid> (only used when submitting per email)
--lp use python-launchpad-bugs instead of email for bug submitting
'''