1
0
Fork 0
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:
Henrik Hautakoski 2024-08-26 13:14:00 +02:00
parent c769b6a700
commit 7197720350
2 changed files with 3 additions and 3 deletions

View file

@ -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,
},