From e5465c04344cecca564c6c2def325d3806ce9278 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Wed, 7 Nov 2018 20:57:59 +0900 Subject: 43761: update five completion functions for darwin --- Completion/BSD/Type/_file_flags | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/BSD') diff --git a/Completion/BSD/Type/_file_flags b/Completion/BSD/Type/_file_flags index 95044121c..202a46c4a 100644 --- a/Completion/BSD/Type/_file_flags +++ b/Completion/BSD/Type/_file_flags @@ -7,6 +7,7 @@ local -a context line state state_descr copts=( "${@}" ) flags flag_descs local -A val_args flag_descs+=( + nodump nodump uappnd 'user append-only' uchg 'user immutable' ) @@ -14,7 +15,6 @@ flag_descs+=( if (( su )); then flag_descs+=( arch archived - nodump nodump sappnd 'system append-only' schg 'system immutable' ) @@ -36,12 +36,12 @@ if [[ $OSTYPE = (darwin|dragonfly|freebsd|netbsd)* ]]; then if [[ $OSTYPE = dragonfly* ]]; then flag_descs+=( - cache XXX + cache cache nouhistory 'user nohistory' ) (( su )) && flag_descs+=( - noscache XXX + noscache noscache noshistory 'system nohistory' ) fi -- cgit 1.4.1