mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
lib/backup: remove misleading -dst
mention in error message
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/482
This commit is contained in:
parent
27f7cca7ff
commit
3412d5d138
@ -230,6 +230,6 @@ func NewRemoteFS(path string) (common.RemoteFS, error) {
|
||||
}
|
||||
return fs, nil
|
||||
default:
|
||||
return nil, fmt.Errorf("unsupported scheme %q in `-dst`", scheme)
|
||||
return nil, fmt.Errorf("unsupported scheme %q", scheme)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user