Merge pull request #767 from jberry-suse/cleanup-check

Cleanup check command doc and extra argument
This commit is contained in:
Jimmy Berry 2017-03-18 17:21:21 -05:00 committed by GitHub
commit b998a136bf
2 changed files with 2 additions and 2 deletions

View File

@ -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...]

View File

@ -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: