From 79474baf993f643a1f9fe51cf6c017fb7bd55236 Mon Sep 17 00:00:00 2001 From: Roman Khavronenko Date: Fri, 18 Jun 2021 19:20:01 +0300 Subject: [PATCH] vmctl: add more context to flags description in vm-native mode (#1395) --- app/vmctl/flags.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vmctl/flags.go b/app/vmctl/flags.go index 07e79179a5..cdc96fb1db 100644 --- a/app/vmctl/flags.go +++ b/app/vmctl/flags.go @@ -316,7 +316,7 @@ var ( Name: vmNativeSrcAddr, Usage: "VictoriaMetrics address to perform export from. \n" + " Should be the same as --httpListenAddr value for single-node version or vmselect component." + - " If exporting from cluster version - include the tenet token in address.", + " If exporting from cluster version see https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format", Required: true, }, &cli.StringFlag{ @@ -333,7 +333,7 @@ var ( Name: vmNativeDstAddr, Usage: "VictoriaMetrics address to perform import to. \n" + " Should be the same as --httpListenAddr value for single-node version or vminsert component." + - " If importing into cluster version - include the tenet token in address.", + " If importing into cluster version see https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format", Required: true, }, &cli.StringFlag{