about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2005-06-07 06:54:11 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2005-06-07 06:54:11 +0000
commit1caf681523605cb29996226e4b7bb41977fc8402 (patch)
tree6e2a83edf56381b524f706bf0a9bf7012329219d
parentaf22895da3d2606977cd651486e5f3232887e979 (diff)
downloadzsh-1caf681523605cb29996226e4b7bb41977fc8402.tar.gz
zsh-1caf681523605cb29996226e4b7bb41977fc8402.tar.xz
zsh-1caf681523605cb29996226e4b7bb41977fc8402.zip
unposted: fix typo in _dirs opt description
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Zsh/Command/_dirs2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 30ed4e6f5..a90b328a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
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'