mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
lib/backup: remove misleading -dst
mention in error message
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/482
This commit is contained in:
parent
e72518e8c6
commit
0f3d46810b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue