1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-22 14:11:20 +00:00

Correct usage for backup cmd

This commit is contained in:
Alexander Neumann 2015-05-02 02:05:09 +02:00
parent 85d101c234
commit b3a75ecc1c

View file

@ -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 {