Correct usage for backup cmd
This commit is contained in:
parent
85d101c234
commit
b3a75ecc1c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ func printTree2(indent int, t *restic.Tree) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cmd CmdBackup) Usage() string {
|
func (cmd CmdBackup) Usage() string {
|
||||||
return "DIR/FILE [snapshot-ID]"
|
return "DIR/FILE [DIR/FILE] [...]"
|
||||||
}
|
}
|
||||||
|
|
||||||
func newScanProgress() *restic.Progress {
|
func newScanProgress() *restic.Progress {
|
||||||
|
|
Loading…
Reference in a new issue