From dad6d1fbf67124de5cd2e17af8339c4be183affb Mon Sep 17 00:00:00 2001 From: yanggang Date: Tue, 3 Jan 2023 17:56:42 +0800 Subject: [PATCH] Fix flag help message for the backups types. (#3577) Signed-off-by: yanggang --- app/vmbackup/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmbackup/main.go b/app/vmbackup/main.go index 3759e92ff2..1e376448d6 100644 --- a/app/vmbackup/main.go +++ b/app/vmbackup/main.go @@ -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 .