Skip to content

Commit

Permalink
Update docs/v2/examples/flags.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Buch <dan@meatballhat.com>
  • Loading branch information
dearchap and meatballhat committed Oct 24, 2022
1 parent 0dca2d8 commit de73d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/examples/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ This can be used for a variety of purposes, one of which is flag validation

<!-- {
"args": ["&#45;&#45;port","70000"],
"output": "Flag port value 70000 out of range[0-65535]"
"error": "Flag port value 70000 out of range[0-65535]"
} -->
```go
package main
Expand Down

0 comments on commit de73d1b

Please sign in to comment.