From dcb2cc0e8b4c50b57eff9fea889acaeafb1c1569 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 20 Apr 2008 16:28:30 +0000 Subject: William Scott: users/12793: extra chflags --- Completion/BSD/Command/_chflags | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion') 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]' -- cgit 1.4.1