fix flake8
This commit is contained in:
parent
a1593f5243
commit
69d81e3c2d
1 changed files with 2 additions and 1 deletions
|
|
@ -3009,7 +3009,8 @@ def anon_handle_list_builds(goptions, session, args):
|
|||
parser.add_option("--task", help=_("List builds for this task"))
|
||||
parser.add_option("--type", help=_("List builds of this type."))
|
||||
parser.add_option("--prefix", help=_("Only builds starting with this prefix"))
|
||||
parser.add_option("--source", help=_("Only builds where the source field matches (glob pattern)"))
|
||||
parser.add_option("--source", help=_("Only builds where the source field matches "
|
||||
"(glob pattern)"))
|
||||
parser.add_option("--owner", help=_("List builds built by this owner"))
|
||||
parser.add_option("--volume", help=_("List builds by volume ID"))
|
||||
parser.add_option("-k", "--sort-key", action="append", metavar='FIELD',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue