[bugfix] default name without underscore
This commit is contained in:
parent
0c332faf2b
commit
15b1326456
10
main.go
10
main.go
@ -52,7 +52,7 @@ func main() {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "name, n",
|
Name: "name, n",
|
||||||
Value: "k3s_default",
|
Value: "k3s-default",
|
||||||
Usage: "Set a name for the cluster",
|
Usage: "Set a name for the cluster",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
@ -107,7 +107,7 @@ func main() {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "name, n",
|
Name: "name, n",
|
||||||
Value: "k3s_default",
|
Value: "k3s-default",
|
||||||
Usage: "name of the cluster",
|
Usage: "name of the cluster",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
@ -124,7 +124,7 @@ func main() {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "name, n",
|
Name: "name, n",
|
||||||
Value: "k3s_default",
|
Value: "k3s-default",
|
||||||
Usage: "Name of the cluster",
|
Usage: "Name of the cluster",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
@ -141,7 +141,7 @@ func main() {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "name, n",
|
Name: "name, n",
|
||||||
Value: "k3s_default",
|
Value: "k3s-default",
|
||||||
Usage: "Name of the cluster",
|
Usage: "Name of the cluster",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
@ -171,7 +171,7 @@ func main() {
|
|||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "name, n",
|
Name: "name, n",
|
||||||
Value: "k3s_default",
|
Value: "k3s-default",
|
||||||
Usage: "Name of the cluster",
|
Usage: "Name of the cluster",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user