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/_ls | |
parent | 9f498643228df057f6e80babba6f9a064cb12df3 (diff) | |
download | zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.gz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.xz zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.zip |
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Diffstat (limited to 'Completion/Unix/Command/_ls')
-rw-r--r-- | Completion/Unix/Command/_ls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ls b/Completion/Unix/Command/_ls index 74f317ad1..2ca59423d 100644 --- a/Completion/Unix/Command/_ls +++ b/Completion/Unix/Command/_ls @@ -78,7 +78,7 @@ else '(--ignore-backups -B)'{--ignore-backups,-B}"[don't list entries ending with ~]" '(--directory -d)'{--directory,-d}'[list directory entries instead of contents]' '(--dired -D)'{--dired,-D}"[generate output designed for Emacs' dired mode]" - '(--ignore,-I)'{--ignore,-I}"[don't list entire matching pattern]:pattern:" + '(--ignore -I)'{--ignore,-I}"[don't list entire matching pattern]:pattern:" '(--dereference -L --dereference-command-line --dereference-command-line-symlink-to-dir)'{--dereference,-L}'[list referenced file for sym link]' '(--dereference -L --dereference-command-line --dereference-command-line-symlink-to-dir)'{--dereference-command-line,--dereference-command-line-symlink-to-dir} '(--recursive -R)'{--recursive,-R}'[list subdirectories recursively]' |