Skip to content

Commit

Permalink
Fixes #3464
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Mar 5, 2022
1 parent 4955929 commit 8a9403a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/derive_ref/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ These correspond to a `clap::Arg`.
- `long [= <str>]`: `clap::Arg::long`
- When not present: no long set
- Without `<str>`: defaults to the case-converted field name
- `env [= <str>]`: `clap::Arg::env`
- `env [= <str>]`: `clap::Arg::env` (needs `env` feature enabled)
- When not present: no env set
- Without `<str>`: defaults to the case-converted field name
- `flatten`: Delegates to the field for more arguments (must implement `Args`)
Expand Down

0 comments on commit 8a9403a

Please sign in to comment.