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 '''