From 338c70ff56d5cccff2d9502decef361350ceedf4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 21 May 2012 16:31:11 +0000 Subject: c.f 30482 (Peter Jaros): typo in description. --- Completion/Unix/Command/_tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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' -- cgit 1.4.1