about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-24 08:53:40 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-24 08:53:40 +0000
commit870a0699ceede82eb498bfe9d0bad93909c8a9f5 (patch)
treecedfa08ab93d66fd77601e5ec869c61932051d48 /Doc
parent171f9b8c9ce03d8e901eb2ff6977fde3a1c11ccb (diff)
downloadzsh-870a0699ceede82eb498bfe9d0bad93909c8a9f5.tar.gz
zsh-870a0699ceede82eb498bfe9d0bad93909c8a9f5.tar.xz
zsh-870a0699ceede82eb498bfe9d0bad93909c8a9f5.zip
zsh-workers/9855
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 1e9addec2..65c850c9c 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2121,7 +2121,7 @@ often the expected behaviour. But if tt(_multi_parts) should behave
 like completing pathnames, the tt(-i) option should not be used.
 
 Like other utility functions, this function accepts the `tt(-V)',
-`tt(-J)', `tt(-1)', `tt(-2)', `tt(-n)', `tt(-X)', `tt(-M)', `tt(-P)',
+`tt(-J)', `tt(-1)', `tt(-2)', `tt(-n)', `tt(-f)', `tt(-X)', `tt(-M)', `tt(-P)',
 `tt(-S)', `tt(-r)', `tt(-R)', and `tt(-q)' options and passes them to
 the tt(compadd) builtin.
 )