about summary refs log tree commit diff
path: root/Completion/BSD
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-20 16:28:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-20 16:28:30 +0000
commitdcb2cc0e8b4c50b57eff9fea889acaeafb1c1569 (patch)
treee34cba34675ad57314a7d8ffc5321546535ff25e /Completion/BSD
parent79ea3a171700f7e50e13dd79f473e33f26fd6ac1 (diff)
downloadzsh-dcb2cc0e8b4c50b57eff9fea889acaeafb1c1569.tar.gz
zsh-dcb2cc0e8b4c50b57eff9fea889acaeafb1c1569.tar.xz
zsh-dcb2cc0e8b4c50b57eff9fea889acaeafb1c1569.zip
William Scott: users/12793: extra chflags
Diffstat (limited to 'Completion/BSD')
-rw-r--r--Completion/BSD/Command/_chflags2
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_chflags b/Completion/BSD/Command/_chflags
index 6d5b6e973..c9f26249d 100644
--- a/Completion/BSD/Command/_chflags
+++ b/Completion/BSD/Command/_chflags
@@ -29,6 +29,8 @@ if [[ $OSTYPE = (freebsd|dragonfly|darwin)* ]]; then
   flags=( $flags[@]
     '(nouunlnk)uunlnk[set the user undeletable flag]'
     '(uunlnk)nouunlnk[unset the user undeletable flag]'
+    '(nohidden)hidden[set the hidden flag]'
+    '(hidden)nohidden[unset the hidden flag]'
   )
   (( EUID )) || flags=( $flags[@]
     '(nosunlnk)sunlnk[set the system undeletable flag]'