Skip to content

Commit 376a256

Browse files
BlackHole1dearchap
andauthored
Update docs/v2/examples/flags.md
Co-authored-by: dearchap <[email protected]>
1 parent 43eafe1 commit 376a256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2/examples/flags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For bool flags you can specify the flag multiple times to get a count(e.g -v -v
107107
> If you want to support the `-vvv` flag, you need to set `App.UseShortOptionHandling`.
108108
109109
<!-- {
110-
"args": ["&#45;&#45;foo", "&#45;&#45;foo", "&#45;fff", "&#45;f"],
110+
"args": ["&#45;&#45;f", "&#45;&#45;f", "&#45;fff", "&#45;f"],
111111
"output": "count 6"
112112
} -->
113113
```go

0 commit comments

Comments
 (0)