Update docs/v2/examples/flags.md

Co-authored-by: Dan Buch <dan@meatballhat.com>
This commit is contained in:
dearchap 2022-10-24 04:02:15 -04:00 committed by GitHub
parent 0dca2d8969
commit de73d1b341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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