Skip to content

Commit

Permalink
chore: update description (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 1, 2023
1 parent f9c60d9 commit 0c1bad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ var reusableSecretColumns []string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "auto-doc",
Short: "Auto doc generator for your github action",
Long: `Auto generate documentation for your github action.`,
Short: "Auto doc generator for your custom github action or reusable workflow",
Long: "Automatically generate documentation for your custom github action or reusable workflow",
RunE: RootCmdRunE,
}

Expand Down

0 comments on commit 0c1bad3

Please sign in to comment.