mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 03:18:55 +00:00
Correct usage for backup cmd
This commit is contained in:
parent
85d101c234
commit
b3a75ecc1c
@ -93,7 +93,7 @@ func printTree2(indent int, t *restic.Tree) {
|
||||
}
|
||||
|
||||
func (cmd CmdBackup) Usage() string {
|
||||
return "DIR/FILE [snapshot-ID]"
|
||||
return "DIR/FILE [DIR/FILE] [...]"
|
||||
}
|
||||
|
||||
func newScanProgress() *restic.Progress {
|
||||
|
Loading…
Reference in New Issue
Block a user