Skip to content

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
manabu committed Oct 3, 2016
1 parent 43f6584 commit bdc8351
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ var userLicense string
// RootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{
Use: "dockerlayer",
Short: "A generator for Cobra based Applications",
Long: `Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Short: "Display some docker layer information.",
Long: `Display some docker layer information.
filtering file name support`,
}

//Execute adds all child commands to the root command sets flags appropriately.
Expand Down

0 comments on commit bdc8351

Please sign in to comment.