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:
parent
317494e998
commit
02f03a6aed
2 changed files with 5 additions and 0 deletions
|
@ -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().
|
||||
|
|
|
@ -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]' \
|
||||
|
|
Loading…
Reference in a new issue