mirror of
https://github.com/restic/restic.git
synced 2025-08-14 04:27:42 +00:00
Correct usage for backup cmd
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user