Merge pull request #767 from jberry-suse/cleanup-check
Cleanup check command doc and extra argument
This commit is contained in:
commit
b998a136bf
@ -220,7 +220,7 @@ def do_staging(self, subcmd, opts, *args):
|
||||
osc staging accept [--force] [--no-cleanup] [LETTER...]
|
||||
osc staging acheck
|
||||
osc staging adi [--move] [--by-develproject] [--split] [REQUEST...]
|
||||
osc staging check [--old] REPO
|
||||
osc staging check [--old] STAGING
|
||||
osc staging cleanup_rings
|
||||
osc staging freeze [--no-boostrap] STAGING...
|
||||
osc staging frozenage [STAGING...]
|
||||
|
@ -11,7 +11,7 @@ class CheckCommand(object):
|
||||
:param project: project to check
|
||||
:param verbose: do verbose check or not
|
||||
"""
|
||||
state = self.api.check_project_status(project, verbose)
|
||||
state = self.api.check_project_status(project)
|
||||
|
||||
# If the project is empty just skip it
|
||||
if not state:
|
||||
|
Loading…
x
Reference in New Issue
Block a user