|
@@ -1391,12 +1391,12 @@ public class FsShell extends Configured implements Tool {
|
|
|
"\t-R\tmodifies the files recursively. This is the only option\n" +
|
|
|
"\t\tcurrently supported.\n\n" +
|
|
|
"\tMODE\tMode is same as mode used for chmod shell command.\n" +
|
|
|
- "\t\tOnly letters recognized are 'rwxX'. E.g.: a+r,g-w,+rwx,o=r\n\n" +
|
|
|
+ "\t\tOnly letters recognized are 'rwxX'. E.g. a+r,g-w,+rwx,o=r\n\n" +
|
|
|
"\tOCTALMODE Mode specifed in 3 digits. Unlike shell command,\n" +
|
|
|
"\t\tthis requires all three digits.\n" +
|
|
|
- "\t\tE.g.: 754 is same as u=rwx,g=rw,o=r\n\n" +
|
|
|
+ "\t\tE.g. 754 is same as u=rwx,g=rx,o=r\n\n" +
|
|
|
"\t\tIf none of 'augo' is specified, 'a' is assumed and unlike\n" +
|
|
|
- "\t\tshell command, no umask is applied\n";
|
|
|
+ "\t\tshell command, no umask is applied.\n";
|
|
|
|
|
|
String chown = FsShellPermissions.CHOWN_USAGE + "\n" +
|
|
|
"\t\tChanges owner and group of a file.\n" +
|