diff --git a/docs/v3/examples/flags.md b/docs/v3/examples/flags.md index 6bf846463e..04d1aefb44 100644 --- a/docs/v3/examples/flags.md +++ b/docs/v3/examples/flags.md @@ -109,8 +109,8 @@ For bool flags you can specify the flag multiple times to get a count(e.g -v -v > If you want to support the `-vvv` flag, you need to set `Command.UseShortOptionHandling`. ```go package main