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:
parent
e04a9bf6e2
commit
0eed4fbed2
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue