* manage-credentials: Remove extra line from help.

This commit is contained in:
Jonathan Davies 2009-05-27 17:29:12 -04:00
parent 2cd60187c0
commit 8dd4bf61c2

View File

@ -27,7 +27,7 @@ from ubuntutools.lp.libsupport import *
class CmdOptions(OptionParser):
USAGE = (
"\t%prog create -c <consumer> [--email <email> --password <password>] [--service <staging|edge>]\n"
"\t%prog create -c <consumer> [--email <email> --password <password>] [--service <staging|edge>]"
)
OPTIONS = (