We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8467e25 commit a5b62b8Copy full SHA for a5b62b8
docs/v2/examples/flags.md
@@ -51,9 +51,8 @@ func main() {
51
```
52
53
You can also set a destination variable for a flag, to which the content will be
54
-scanned. Note that is the value variable is set for the flag, that will be shown
55
-as default for the flag and destination is set to value prior to parsing flag on the
56
-command line
+scanned. Note that if the `Value` is set for the flag, it will be shown as default,
+and destination will be set to this value before parsing flag on the command line.
57
58
<!-- {
59
"output": "Hello someone"
0 commit comments