diff --git a/docs/en/07-tools/03-taosbenchmark.md b/docs/en/07-tools/03-taosbenchmark.md index e07cd54b8c18048e2c5e8e9b0996ab5527aa3503..07de52c7349f270abd8c7843728f3585d75039e0 100644 --- a/docs/en/07-tools/03-taosbenchmark.md +++ b/docs/en/07-tools/03-taosbenchmark.md @@ -94,6 +94,7 @@ taosBenchmark -f - **-f/--file ** : specify the configuration file to use. This file includes All parameters. Users should not use this parameter with other parameters on the command-line. There is no default value. +- **-W/--cloud_dsn=** : The dsn to connect TDengine cloud service. - **-c/--config-dir ** : specify the directory of the TDengine cluster configuration file. the default path is `/etc/taos`. diff --git a/docs/en/07-tools/04-taosdump.md b/docs/en/07-tools/04-taosdump.md index 839f5889bedb7689d4dfa660457eaea2a593b0e9..14a9fd3ec8c57b787c0c7abea7e83eb17939d810 100644 --- a/docs/en/07-tools/04-taosdump.md +++ b/docs/en/07-tools/04-taosdump.md @@ -102,6 +102,8 @@ Usage: taosdump [OPTION...] dbname [tbname ...] -n, --no-escape No escape char '`'. Default is using it. -T, --thread-num=THREAD_NUM Number of thread for dump in file. Default is 5. + -C, --cloud=CLOUD_DSN specify a DSN to access TDengine cloud service + -R, --restful Use RESTful interface to connect TDengine -g, --debug Print debug info. -?, --help Give this help list --usage Give a short usage message