This is an automated email from the ASF dual-hosted git repository.

sivabalan pushed a commit to branch release-0.5.3
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 0dcc20458d36fdb6d052a62ca52a77fa0c31745f
Author: dengziming <[email protected]>
AuthorDate: Thu Apr 23 02:37:17 2020 +0800

    [MINOR]: Fix cli docs for DeltaStreamer (#1547)
---
 .../org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
 
b/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
index 3098bf3..5250a33 100644
--- 
a/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
+++ 
b/hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
@@ -169,7 +169,7 @@ public class HoodieDeltaStreamer implements Serializable {
         "file://" + System.getProperty("user.dir") + 
"/src/test/resources/delta-streamer-config/dfs-source.properties";
 
     @Parameter(names = {"--hoodie-conf"}, description = "Any configuration 
that can be set in the properties file "
-        + "(using the CLI parameter \"--propsFilePath\") can also be passed 
command line using this parameter")
+        + "(using the CLI parameter \"--props\") can also be passed command 
line using this parameter")
     public List<String> configs = new ArrayList<>();
 
     @Parameter(names = {"--source-class"},

Reply via email to