manpage: Remove auto gen tag from man page

This commit is contained in:
Alexander Neumann
2017-08-06 21:02:16 +02:00
parent e348b3deeb
commit 6bc43a4198
45 changed files with 27 additions and 114 deletions

View File

@@ -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)
},