From f38e8f463f7c827867e53289b13ed3f57b350a55 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Tue, 12 Dec 2017 19:53:53 -0800 Subject: [PATCH] xattr: Add removing quarantine; the by far most common use of this command (#1668) --- pages/osx/xattr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/osx/xattr.md b/pages/osx/xattr.md index f8a22e7e95..290e58b2c1 100644 --- a/pages/osx/xattr.md +++ b/pages/osx/xattr.md @@ -12,7 +12,7 @@ - Delete an attribute from a given file: -`xattr -d {{attribute_key}} {{file}}` +`xattr -d {{com.apple.quarantine}} {{file}}` - Delete all extended attributes from a given file: