There was an error while loading. Please reload this page.
1 parent b694a25 commit cbd62efCopy full SHA for cbd62ef
1 file changed
docs/v2/examples/flags.md
@@ -129,7 +129,7 @@ func main() {
129
},
130
131
Action: func(cCtx *cli.Context) error {
132
- fmt.Println("Count ", count)
+ fmt.Println("count", count)
133
return nil
134
135
}
0 commit comments