Merge pull request #1158 from s4uliu5/patch-1

Fix small manual typo
main
lynn (they) 4 years ago committed by GitHub
commit 8e16b98d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -661,7 +661,7 @@ func main() {
You can make a flag required by setting the `Required` field to `true`. If a user You can make a flag required by setting the `Required` field to `true`. If a user
does not provide a required flag, they will be shown an error message. does not provide a required flag, they will be shown an error message.
Take for example this app that reqiures the `lang` flag: Take for example this app that requires the `lang` flag:
<!-- { <!-- {
"error": "Required flag \"lang\" not set" "error": "Required flag \"lang\" not set"

Loading…
Cancel
Save