mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vmctl: add more context to flags description in vm-native mode (#1395)
This commit is contained in:
parent
23fcafd437
commit
79474baf99
1 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@ var (
|
||||||
Name: vmNativeSrcAddr,
|
Name: vmNativeSrcAddr,
|
||||||
Usage: "VictoriaMetrics address to perform export from. \n" +
|
Usage: "VictoriaMetrics address to perform export from. \n" +
|
||||||
" Should be the same as --httpListenAddr value for single-node version or vmselect component." +
|
" 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,
|
Required: true,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
@ -333,7 +333,7 @@ var (
|
||||||
Name: vmNativeDstAddr,
|
Name: vmNativeDstAddr,
|
||||||
Usage: "VictoriaMetrics address to perform import to. \n" +
|
Usage: "VictoriaMetrics address to perform import to. \n" +
|
||||||
" Should be the same as --httpListenAddr value for single-node version or vminsert component." +
|
" 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,
|
Required: true,
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
|
|
Loading…
Reference in a new issue