osc-staging: correct and cleanup summary documentation.

- adi and unignore commands request list is optional
- s/PROJECT/STAGING/ for consistency
- include --add option in select command
This commit is contained in:
Jimmy Berry 2017-03-14 00:32:33 -05:00
parent 4d3e218cc5
commit e96476804e

View File

@ -212,15 +212,17 @@ def do_staging(self, subcmd, opts, *args):
Usage: Usage:
osc staging accept [--force] [--no-cleanup] [LETTER...] osc staging accept [--force] [--no-cleanup] [LETTER...]
osc staging acheck osc staging acheck
osc staging adi [--move] [--by-develproject] [--split] REQUEST... osc staging adi [--move] [--by-develproject] [--split] [REQUEST...]
osc staging check [--old] REPO osc staging check [--old] REPO
osc staging cleanup_rings osc staging cleanup_rings
osc staging freeze [--no-boostrap] PROJECT... osc staging freeze [--no-boostrap] STAGING...
osc staging frozenage [STAGING...] osc staging frozenage [STAGING...]
osc staging ignore [-m MESSAGE] REQUEST... osc staging ignore [-m MESSAGE] REQUEST...
osc staging unignore [--cleanup] REQUEST...|all osc staging unignore [--cleanup] [REQUEST...|all]
osc staging list [--supersede] [PACKAGE...] osc staging list [--supersede] [PACKAGE...]
osc staging select [--no-freeze] [--move [--from PROJECT]] STAGING REQUEST... osc staging select [--no-freeze] [--move [--from STAGING]]
[--add PACKAGE]
STAGING REQUEST...
osc staging select [--no-freeze] [--interactive|--non-interactive] osc staging select [--no-freeze] [--interactive|--non-interactive]
[--filter-by...] [--group-by...] [--filter-by...] [--group-by...]
[--merge] [--try-strategies] [--strategy] [--merge] [--try-strategies] [--strategy]