diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-07 06:54:11 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2005-06-07 06:54:11 +0000 |
commit | 1caf681523605cb29996226e4b7bb41977fc8402 (patch) | |
tree | 6e2a83edf56381b524f706bf0a9bf7012329219d /Completion/Zsh/Command | |
parent | af22895da3d2606977cd651486e5f3232887e979 (diff) | |
download | zsh-1caf681523605cb29996226e4b7bb41977fc8402.tar.gz zsh-1caf681523605cb29996226e4b7bb41977fc8402.tar.xz zsh-1caf681523605cb29996226e4b7bb41977fc8402.zip |
unposted: fix typo in _dirs opt description
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r-- | Completion/Zsh/Command/_dirs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_dirs b/Completion/Zsh/Command/_dirs index 11d9a2b40..0281f3736 100644 --- a/Completion/Zsh/Command/_dirs +++ b/Completion/Zsh/Command/_dirs @@ -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' |