diff --git a/app/vmctl/flags.go b/app/vmctl/flags.go index 07e79179a..cdc96fb1d 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{