You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/28 01:04:37 UTC

[iotdb] branch master updated: [ISSUE-3891]: Fix typo in sync_storage_groups use doc (#4046)

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

haonan 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 33d5c0f  [ISSUE-3891]: Fix typo in sync_storage_groups use doc (#4046)
33d5c0f is described below

commit 33d5c0fe91888d46b58a7cd86702945e18cabfdc
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Tue Sep 28 09:04:00 2021 +0800

    [ISSUE-3891]: Fix typo in sync_storage_groups use doc (#4046)
---
 docs/UserGuide/Collaboration-of-Edge-and-Cloud/Sync-Tool.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/UserGuide/Collaboration-of-Edge-and-Cloud/Sync-Tool.md b/docs/UserGuide/Collaboration-of-Edge-and-Cloud/Sync-Tool.md
index 4e57f33..ece12ae 100644
--- a/docs/UserGuide/Collaboration-of-Edge-and-Cloud/Sync-Tool.md
+++ b/docs/UserGuide/Collaboration-of-Edge-and-Cloud/Sync-Tool.md
@@ -105,7 +105,7 @@ The parameters of the sync sender are configured in a separate configuration fil
 |parameter: sync_storage_groups||
 |--- |--- |
 |Description |This parameter represents storage groups that participate in the synchronization task, which distinguishes each storage group by comma. If the list is empty, it means that all storage groups participate in synchronization. By default, it is an empty list. |
-|Type|Int : [0,2147483647]|
+|Type|String|
 |Example|root.sg1, root.sg2|
 |Modalities for Entry into Force after Modification|Restart client|