diff options
author | Daniel Hahler <git@thequod.de> | 2015-08-14 02:35:32 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2015-08-14 02:35:32 +0200 |
commit | 5f8a18a561ef83857b2cafdc6eaa19bad254fe89 (patch) | |
tree | 76fcc78fd23c9e75a459a277debc7e283b8ec14b /Completion/Unix/Command | |
parent | 422dae7b1c71033113eb7e9bdd655b07858f71d8 (diff) | |
download | zsh-5f8a18a561ef83857b2cafdc6eaa19bad254fe89.tar.gz zsh-5f8a18a561ef83857b2cafdc6eaa19bad254fe89.tar.xz zsh-5f8a18a561ef83857b2cafdc6eaa19bad254fe89.zip |
unposted: fix minor typos
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_tmux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 896fae7cb..49c2b63ed 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -1577,7 +1577,7 @@ function _tmux() { '-2[force using 256 colours]' '-8[force using 88 colours]' '-c[execute a shell command]:command name:_command_names' - '-C[start tmux in contol mode. -CC disables echo]' + '-C[start tmux in control mode. -CC disables echo]' '-f[specify configuration file]:tmux config file:_files -g "*(-.)"' '-l[behave like a login shell]' '-L[specify socket name]:socket name:__tmux-socket-name' |