diff options
| author | Fabian Klotzl <fabian@kloetzl.info> | 2017-03-09 20:27:41 -0800 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2017-03-09 20:29:27 -0800 |
| commit | 7276d04934192c0a9e32617f0c8c42d166dbdb52 (patch) | |
| tree | e09980eb22a309a3d3a0dd23f40898311f83e469 /Completion/Unix/Command/_rake | |
| parent | 40801: re-fix completion of mount points with spaces in the name (diff) | |
| download | zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.gz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.bz2 zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.lz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.xz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.zst zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.zip | |
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Diffstat (limited to 'Completion/Unix/Command/_rake')
| -rw-r--r-- | Completion/Unix/Command/_rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_rake b/Completion/Unix/Command/_rake index 7fed949ab..8814edaa5 100644 --- a/Completion/Unix/Command/_rake +++ b/Completion/Unix/Command/_rake @@ -22,7 +22,7 @@ _arguments -C -s -S \ \*{--require,-r}'[require specified module before executing rakefile]:library:->library' \ '(- *)--rules[trace the rules resolution]' \ '(--quiet -q --silent -s --verbose -v)'{--silent,-s}"[like --quiet, but also suppresses the 'in directory' announcement]" \ - '(--system,-g)'{--system,-g}'[using system wide (global) rakefiles (usually '~/.rake/*.rake')]' \ + '(--system -g)'{--system,-g}'[using system wide (global) rakefiles (usually '~/.rake/*.rake')]' \ '(- *)'{--tasks,-T}'[display the tasks (matching the specified pattern) with descriptions, then exit]:pattern::' \ '(--trace -t)'{--trace,-t}'[turn on invoke/execute tracing, enable full backtrace]' \ '(--quiet -q --silent -s --verbose -v)'{--verbose,-v}'[log message to standard output (default)]' \ |
