0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00

zb: fix usage help output

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani 2022-05-09 20:58:12 +00:00 committed by Ramkumar Chinchani
parent e04a9bf6e2
commit 0eed4fbed2

View file

@ -18,7 +18,7 @@ func NewPerfRootCmd() *cobra.Command {
var concurrency, requests int var concurrency, requests int
rootCmd := &cobra.Command{ rootCmd := &cobra.Command{
Use: "zb [options] <url>", Use: "zb <url>",
Short: "`zb`", Short: "`zb`",
Long: "`zb`", Long: "`zb`",
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {