added [options] to command usage

This commit is contained in:
Clay Gerrard 2011-02-16 14:47:31 -06:00
parent c1884bbfdd
commit 092608b1c9

View File

@ -19,7 +19,7 @@ from optparse import OptionParser
from swift.common.manager import Server, Manager, UnknownCommandError
USAGE = """%prog <server> [<server> ...] <command>
USAGE = """%prog <server> [<server> ...] <command> [options]
Commands:
""" + '\n'.join(["%16s: %s" % x for x in Manager.list_commands()])