Merge pull request #3225 from wojas/restic-cmd-more-help

Extend help output with short overview
This commit is contained in:
Michael Eischer
2023-07-23 15:43:03 +00:00
committed by GitHub
2 changed files with 46 additions and 0 deletions
+2
View File
@@ -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,