2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +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 {