mirror of https://github.com/restic/restic.git
backup: clarify usage string
Using the `--files-from` options it is possible to run `backup` without specifying any source paths directly on the command line.
This commit is contained in:
parent
6cbeb4a9f9
commit
b2043e8198
|
@ -31,7 +31,7 @@ import (
|
|||
)
|
||||
|
||||
var cmdBackup = &cobra.Command{
|
||||
Use: "backup [flags] FILE/DIR [FILE/DIR] ...",
|
||||
Use: "backup [flags] [FILE/DIR] ...",
|
||||
Short: "Create a new backup of files and/or directories",
|
||||
Long: `
|
||||
The "backup" command creates a new snapshot and saves the files and directories
|
||||
|
|
Loading…
Reference in New Issue