mirror of
https://github.com/restic/restic.git
synced 2026-08-28 16:27:31 +00:00
Merge pull request #3225 from wojas/restic-cmd-more-help
Extend help output with short overview
This commit is contained in:
@@ -25,6 +25,8 @@ var cmdRoot = &cobra.Command{
|
||||
Long: `
|
||||
restic is a backup program which allows saving multiple revisions of files and
|
||||
directories in an encrypted repository stored on different backends.
|
||||
|
||||
The full documentation can be found at https://restic.readthedocs.io/ .
|
||||
`,
|
||||
SilenceErrors: true,
|
||||
SilenceUsage: true,
|
||||
|
||||
Reference in New Issue
Block a user