From 84a8848aaecd56b4cc85185924c2e33674165e01 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Tue, 18 Apr 2017 16:43:50 +0900 Subject: [PATCH] HADOOP-14318. Remove non-existent setfattr command option from FileSystemShell.md. Contributed by Doris Gu. --- .../hadoop-common/src/site/markdown/FileSystemShell.md | 1 - 1 file changed, 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md index 5db96eb448..6614b31bdc 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md +++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md @@ -626,7 +626,6 @@ Sets an extended attribute name and value for a file or directory. Options: -* -b: Remove all but the base ACL entries. The entries for user, group and others are retained for compatibility with permission bits. * -n name: The extended attribute name. * -v value: The extended attribute value. There are three different encoding methods for the value. If the argument is enclosed in double quotes, then the value is the string inside the quotes. If the argument is prefixed with 0x or 0X, then it is taken as a hexadecimal number. If the argument begins with 0s or 0S, then it is taken as a base64 encoding. * -x name: Remove the extended attribute.