This is an automated email from the ASF dual-hosted git repository.
miao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 9e1a0a7c203 Fix the -tf args description in ExportData (#12436)
9e1a0a7c203 is described below
commit 9e1a0a7c203c32bf2631e3035752b1224f30c394
Author: Summer <[email protected]>
AuthorDate: Sun Apr 28 17:36:31 2024 +0800
Fix the -tf args description in ExportData (#12436)
* fix the -tf args description in ExportData
* fix the -tf args description in ExportData
---------
Co-authored-by: 2b3c511 <[email protected]>
---
iotdb-client/cli/src/main/java/org/apache/iotdb/tool/ExportData.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/ExportData.java
b/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/ExportData.java
index bdc518a6124..2a56a10c5cf 100644
--- a/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/ExportData.java
+++ b/iotdb-client/cli/src/main/java/org/apache/iotdb/tool/ExportData.java
@@ -278,7 +278,7 @@ public class ExportData extends AbstractDataTool {
.desc(
"Output time Format in csv file. "
+ "You can choose 1) timestamp, number, long 2) ISO8601,
default 3) "
- + "user-defined pattern like yyyy-MM-dd\\ HH:mm:ss,
default ISO8601.\n OutPut timestamp in sql file, No matter what time format is
set(optional)")
+ + "user-defined pattern like yyyy-MM-dd HH:mm:ss, default
ISO8601.\n OutPut timestamp in sql file, No matter what time format is
set(optional)")
.build();
options.addOption(opTimeFormat);