mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-09 13:26:52 +08:00
remove [--args] from definition
This commit is contained in:
parent
c5311c0cd5
commit
9e8f41f491
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
var enrollmentKeyCreateCmd = &cobra.Command{
|
var enrollmentKeyCreateCmd = &cobra.Command{
|
||||||
Use: "create [--args]",
|
Use: "create",
|
||||||
Args: cobra.NoArgs,
|
Args: cobra.NoArgs,
|
||||||
Short: "Create an enrollment key",
|
Short: "Create an enrollment key",
|
||||||
Long: `Create an enrollment key`,
|
Long: `Create an enrollment key`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue