Fix flag help message for the backups types. (#3577)

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang 2023-01-03 17:56:42 +08:00 committed by Aliaksandr Valialkin
parent f330cb11ba
commit dad6d1fbf6
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -118,7 +118,7 @@ func main() {
func usage() {
const s = `
vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3
vmbackup performs backups for VictoriaMetrics data from instant snapshots to gcs, s3 , azblob
or local filesystem. Backed up data can be restored with vmrestore.
See the docs at https://docs.victoriametrics.com/vmbackup.html .