فهرست منبع

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

Ayush Saxena 5 سال پیش
والد
کامیت
77934bc07b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/ECAdmin.java

@@ -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