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 GitHub
parent fa842d6534
commit 8fe21ec707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 .