mirror of
https://github.com/octoleo/restic.git
synced 2025-04-07 07:21:50 +00:00
Merge pull request #3827 from MichaelEischer/backup-doc
backup: clarify usage string
This commit is contained in:
commit
e9c39442fb
@ -31,7 +31,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var cmdBackup = &cobra.Command{
|
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",
|
Short: "Create a new backup of files and/or directories",
|
||||||
Long: `
|
Long: `
|
||||||
The "backup" command creates a new snapshot and saves the files and directories
|
The "backup" command creates a new snapshot and saves the files and directories
|
||||||
|
Loading…
x
Reference in New Issue
Block a user