1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-09 00:11:25 +02:00

38901: _schroot: Add -r/--run-session

This commit is contained in:
Felipe Sateler 2016-07-21 07:18:32 +00:00 committed by Daniel Shahaf
parent 317494e998
commit 02f03a6aed
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2016-07-21 Felipe Sateler <fsateler@debian.org>
* 38901: Completion/Debian/Command/_schroot: Add -r/--run-session
2016-07-20 Peter Stephenson <p.stephenson@samsung.com>
* 38853: Src/glob.c: use strchr().

View file

@ -20,6 +20,7 @@ _arguments -S \
'(-v --verbose)'{-v,--verbose}'[verbose]' \
'(-V --version)'{-V,--version}'[version]' \
'(-b --begin-session)'{-b,--begin-session}'[begin a session; returns a session ID]' \
'(-r --run-session)'{-r,--run-session}'[run an existing session]' \
'--recover-session[recover an existing session]' \
'(-e --end-session)'{-e,--end-session}'[end an existing session]' \
'(-f --force)'{-f,--force}'[force operation]' \