From 6c4efcae86b019c193a34cd893f7dea5c40ee4bc Mon Sep 17 00:00:00 2001 From: Trevor Bonas <45324987+trevorbonas@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:16:10 -0700 Subject: [PATCH] Update tools/python/influx-migration/README.md Co-authored-by: Alexey Temnikov --- tools/python/influx-migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/influx-migration/README.md b/tools/python/influx-migration/README.md index 946cc765..1dd812e0 100644 --- a/tools/python/influx-migration/README.md +++ b/tools/python/influx-migration/README.md @@ -114,7 +114,7 @@ The following is a formatted version of the output: **`--dest-bucket DEST_BUCKET`**: Optional. The name of the InfluxDB bucket in the destination server, must not be an already existing bucket. Defaults to value of `--src-bucket` or `None` if `--src-bucket` not provided. -**`--dest-host DEST_HOST`**: The host for the destination server. Must have a scheme, domain or IP address, and port, e.g., http://127.0.0.1:8086 or https://some-domain:8086. +**`--dest-host DEST_HOST`**: The host for the destination server. Must have a scheme, domain or IP address, and port, e.g., `http://127.0.0.1:8086` or `https://:`. **`--dest-org DEST_ORG`**: Optional. The name of the organization to restore buckets to in the destination server. If this is omitted, then all migrated buckets from the source server will retain their original organization and migrated buckets may not be visible in the destination server without creating and switching organizations. This value will be used in all forms of restoration whether a single bucket, a full migration, or any migration using csv files for backup and restoration.