about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_dirs
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_dirs')
-rw-r--r--Completion/Zsh/Command/_dirs2
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'