|
@@ -206,19 +206,19 @@ func GetFlags(hostname string) []cli.Flag {
|
|
},
|
|
},
|
|
&cli.BoolFlag{
|
|
&cli.BoolFlag{
|
|
Name: "verbosity-level-1",
|
|
Name: "verbosity-level-1",
|
|
- Aliases: []string{"V"},
|
|
|
|
|
|
+ Aliases: []string{"v"},
|
|
Value: false,
|
|
Value: false,
|
|
Usage: "Netclient Verbosity level 1.",
|
|
Usage: "Netclient Verbosity level 1.",
|
|
},
|
|
},
|
|
&cli.BoolFlag{
|
|
&cli.BoolFlag{
|
|
Name: "verbosity-level-2",
|
|
Name: "verbosity-level-2",
|
|
- Aliases: []string{"VV"},
|
|
|
|
|
|
+ Aliases: []string{"vv"},
|
|
Value: false,
|
|
Value: false,
|
|
Usage: "Netclient Verbosity level 2.",
|
|
Usage: "Netclient Verbosity level 2.",
|
|
},
|
|
},
|
|
&cli.BoolFlag{
|
|
&cli.BoolFlag{
|
|
Name: "verbosity-level-3",
|
|
Name: "verbosity-level-3",
|
|
- Aliases: []string{"VVV"},
|
|
|
|
|
|
+ Aliases: []string{"vvv"},
|
|
Value: false,
|
|
Value: false,
|
|
Usage: "Netclient Verbosity level 3.",
|
|
Usage: "Netclient Verbosity level 3.",
|
|
},
|
|
},
|