mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
manpage: Remove auto gen tag from man page
This commit is contained in:
@@ -17,6 +17,7 @@ var cmdKey = &cobra.Command{
|
||||
Long: `
|
||||
The "key" command manages keys (passwords) for accessing the repository.
|
||||
`,
|
||||
DisableAutoGenTag: true,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return runKey(globalOptions, args)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user