Skip to content

Commit 8467e25

Browse files
authored
Docs:(issue_1276) Make destination/value/default text clear
1 parent 5ac0710 commit 8467e25

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/v2/examples/flags.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ func main() {
5151
```
5252

5353
You can also set a destination variable for a flag, to which the content will be
54-
scanned.
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
5557

5658
<!-- {
5759
"output": "Hello someone"

0 commit comments

Comments
 (0)