1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

unposted: fix typo in _dirs opt description

This commit is contained in:
Doug Kearns 2005-06-07 06:54:11 +00:00
parent af22895da3
commit 1caf681523
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2005-06-07 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
* unposted: Completion/Zsh/Command/_dirs: fix typo in opt description
2005-06-06 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
* unposted: Completion/Unix/Command/_raggle: fix typo in tag name
2005-06-02 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

View File

@ -4,5 +4,5 @@ _arguments -s \
'(-)-c[clear the directory stack]' \
'(* -c)-l[display directory names in full]' \
'(* -c)-v[display numbered list of directory stack]' \
'(* -c)-p[display directory entries on per line]' \
'(* -c)-p[display directory entries one per line]' \
'(-)*:directory:_directories'