about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-05-21 16:31:11 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-05-21 16:31:11 +0000
commit338c70ff56d5cccff2d9502decef361350ceedf4 (patch)
treea9c94316a06653a8a7048d9d7c0d2b31712fc217 /Completion
parent95f02efe7e2aeae654b05acb0f36185f7e14957d (diff)
downloadzsh-338c70ff56d5cccff2d9502decef361350ceedf4.tar.gz
zsh-338c70ff56d5cccff2d9502decef361350ceedf4.tar.xz
zsh-338c70ff56d5cccff2d9502decef361350ceedf4.zip
c.f 30482 (Peter Jaros): typo in description.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_tmux2
1 files changed, 1 insertions, 1 deletions
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'