From 376a256f7acc6061f20dd8135fc55e7d501370b3 Mon Sep 17 00:00:00 2001 From: Kevin Cui Date: Mon, 12 Aug 2024 11:51:50 +0800 Subject: [PATCH] Update docs/v2/examples/flags.md Co-authored-by: dearchap --- docs/v2/examples/flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/examples/flags.md b/docs/v2/examples/flags.md index 2d4ffdc97f..d7c15f6934 100644 --- a/docs/v2/examples/flags.md +++ b/docs/v2/examples/flags.md @@ -107,7 +107,7 @@ 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 `App.UseShortOptionHandling`. ```go