From b3a75ecc1c77e59d0fe84521a14057447410b0a5 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 2 May 2015 02:05:09 +0200 Subject: [PATCH] Correct usage for backup cmd --- cmd/restic/cmd_backup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_backup.go b/cmd/restic/cmd_backup.go index 3d156548a..f1e116265 100644 --- a/cmd/restic/cmd_backup.go +++ b/cmd/restic/cmd_backup.go @@ -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 {