HDFS-14975. Add CR for SetECPolicyCommand usage. Contributed by Fei Hui.

This commit is contained in:
Ayush Saxena 2019-11-11 11:05:34 +05:30
parent b25a37c322
commit 77934bc07b
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ public class ECAdmin extends Configured implements Tool {
"Set the erasure coding policy for a file/directory.\n\n" +
listing.toString() + "\n" +
"-replicate and -policy are optional arguments. They cannot been " +
"used at the same time";
"used at the same time.\n";
}
@Override