diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-05-21 16:31:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-05-21 16:31:11 +0000 |
commit | 338c70ff56d5cccff2d9502decef361350ceedf4 (patch) | |
tree | a9c94316a06653a8a7048d9d7c0d2b31712fc217 | |
parent | 95f02efe7e2aeae654b05acb0f36185f7e14957d (diff) | |
download | zsh-338c70ff56d5cccff2d9502decef361350ceedf4.tar.gz zsh-338c70ff56d5cccff2d9502decef361350ceedf4.tar.xz zsh-338c70ff56d5cccff2d9502decef361350ceedf4.zip |
c.f 30482 (Peter Jaros): typo in description.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Unix/Command/_tmux | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index dbe7f85f1..f642b47c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ ***************************************************** diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 39befe884..a8f133295 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -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' |