mirror of
git://git.code.sf.net/p/zsh/code
synced 2026-01-01 20:11:06 +01:00
c.f 30482 (Peter Jaros): typo in description.
This commit is contained in:
parent
95f02efe7e
commit
338c70ff56
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2012-05-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* c.f 30482 (Peter Jaros): Completion/Unix/Command/_tmux: typo
|
||||
in description.
|
||||
|
||||
2012-05-17 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* 30473: Completion/Linux/Command/_strace: update for 4.7 and
|
||||
|
|
@ -16308,5 +16313,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5655 $
|
||||
* $Revision: 1.5656 $
|
||||
*****************************************************
|
||||
|
|
|
|||
|
|
@ -572,7 +572,7 @@ function _tmux-new-session() {
|
|||
[[ -n ${tmux_describe} ]] && print "Create a new session" && return
|
||||
local -a args
|
||||
args=(
|
||||
'-d[attach the new session the current terminal]'
|
||||
'-d[do not attach new session to current terminal]'
|
||||
'-n[name the initial window]:window name'
|
||||
'-s[name the session]:session name'
|
||||
'-t[specify target session]:sessions:__tmux-sessions'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue