From 790f71f06a89d5b3e2b88eb31b63b170dd5877d3 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 21 Nov 2003 20:29:51 +0000 Subject: 19265: update for latest versions --- Completion/Unix/Command/_ls | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'Completion/Unix/Command/_ls') diff --git a/Completion/Unix/Command/_ls b/Completion/Unix/Command/_ls index e1a9222b3..29af5c875 100644 --- a/Completion/Unix/Command/_ls +++ b/Completion/Unix/Command/_ls @@ -6,10 +6,13 @@ local arguments arguments=( '(--all -a -A --almost-all)'{--all,-a}'[list entries starting with .]' '(--almost-all -A -a --all)'{--almost-all,-A}'[list all except . and ..]' + '--author[print the author of each file]' '(--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:" - '(--dereference -L)'{--dereference,-L}'[list referenced file for sym link]' + '(--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]' '(--no-group -G)'{--no-group,-G}'[inhibit display of group information]' @@ -17,19 +20,21 @@ arguments=( '(--si -H -h --human-readable)'{--si,-H}'[sizes in human readable form; powers of 1000]' '(--inode -i)'{--inode,-i}'[print file inode numbers]' - '(--format -o -1 -C -m -x)-l[long listing]' + '(--format -l -g -o -1 -C -m -x)-l[long listing]' + '(--format -l -1 -C -m -x)-g[long listing but without owner information]' '(--format -l --no-group -G -1 -C -m -x)-o[no group, long]' - '(--format -l -o -C -m -x)-1[single column output]' - '(--format -l -o -1 -m -x)-C[sort vertically]' - '(--format -l -o -1 -C -x)-m[comma separated]' - '(--format -l -o -1 -C -m)-x[sort horizontally]' - '(-l -o -1 -C -m -x)--format=:format:(verbose long commas horizontal across vertical single-column)' + '(--format -l -g -o -C -m -x)-1[single column output]' + '(--format -l -g -o -1 -m -x)-C[list entries in columns sorted vertically]' + '(--format -l -g -o -1 -C -x)-m[comma separated]' + '(--format -l -g -o -1 -C -m)-x[sort horizontally]' + '(-l -g -o -1 -C -m -x)--format=:format:(verbose long commas horizontal across vertical single-column)' '(--size -s -f)'{--size,-s}'[display size of each file in blocks]' '(--time -u)-c[status change time]' '(--time -c)-u[access time]' '(-c -u)--time=[specify time to show]:time:(ctime status use atime access)' + '--time-style=[show times using specified style]:time style:(full-iso long-iso iso locale)' '(-a --all -U -l --format -s --size -t --sort --full-time)-f[unsorted, all, short list]' '(--reverse)'{--reverse,-r}'[reverse sort order]' @@ -63,7 +68,8 @@ arguments=( '(--hide-control-chars -q --show-control-chars)'{--hide-control-chars,-q}'[hide control chars]' '(-q --hide-control-chars)--show-control-chars' - '--version[display version information]' + '(- :)--help[display help information]' + '(- :)--version[display version information]' '*:files:_files' ) -- cgit 1.4.1