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

View File

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