mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
small fix to cli descriptions and flag help texts
This commit is contained in:
parent
c769b6a700
commit
7197720350
2 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ var VersionString string = "dev"
|
|||
func main() {
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "thalos-tools",
|
||||
Short: "Collection of tools for dealing with the thalos application",
|
||||
Short: "Collection of tools for dealing with the Thalos application",
|
||||
FParseErrWhitelist: cobra.FParseErrWhitelist{
|
||||
UnknownFlags: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue