Correct usage for backup cmd

This commit is contained in:
Alexander Neumann 2015-05-02 02:05:09 +02:00
parent 85d101c234
commit b3a75ecc1c
1 changed files with 1 additions and 1 deletions

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 {