about summary refs log tree commit diff
path: root/Completion/BSD
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@gandi.net>2016-12-18 13:14:45 +0100
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-12-18 14:55:56 +0000
commit8ae20a8589d7253a710c3669fac51bd436b0ddc3 (patch)
treece286cd7183b1d22e132236452f0727d63a5b842 /Completion/BSD
parent816084c0acc99cc67cdb0706ab295e107b906e4b (diff)
downloadzsh-8ae20a8589d7253a710c3669fac51bd436b0ddc3.tar.gz
zsh-8ae20a8589d7253a710c3669fac51bd436b0ddc3.tar.xz
zsh-8ae20a8589d7253a710c3669fac51bd436b0ddc3.zip
40209: Fix typo in chflags completion
Diffstat (limited to 'Completion/BSD')
-rw-r--r--Completion/BSD/Command/_chflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_chflags b/Completion/BSD/Command/_chflags
index 43042bee4..075782cd9 100644
--- a/Completion/BSD/Command/_chflags
+++ b/Completion/BSD/Command/_chflags
@@ -35,7 +35,7 @@ if [[ $OSTYPE = (darwin|dragonfly|freebsd|netbsd)* ]]; then
   fi
 
   if [[ $OSTYPE = (dragonfly|freebsd)* ]]; then
-    addlfags uunlnk 'user undeletable'
+    addflags uunlnk 'user undeletable'
     (( EUID )) || addflags sunlnk 'system undeletable'
   fi