profile add doesn't take configuration flags (#57)
This commit is contained in:
@@ -4,7 +4,7 @@ import "github.com/spf13/cobra"
|
||||
|
||||
var (
|
||||
baseCmd = &cobra.Command{
|
||||
Use: "add [flags] <profile name>",
|
||||
Use: "add <profile name>",
|
||||
Short: "Add a new node profile",
|
||||
Long: "This command will add a new node profile.",
|
||||
RunE: CobraRunE,
|
||||
|
||||
Reference in New Issue
Block a user