diff --git a/examples/derive_ref/README.md b/examples/derive_ref/README.md index d62d2346..8c188995 100644 --- a/examples/derive_ref/README.md +++ b/examples/derive_ref/README.md @@ -179,7 +179,7 @@ These correspond to a `clap::Arg`. - `long [= ]`: `clap::Arg::long` - When not present: no long set - Without ``: defaults to the case-converted field name -- `env [= ]`: `clap::Arg::env` +- `env [= ]`: `clap::Arg::env` (needs `env` feature enabled) - When not present: no env set - Without ``: defaults to the case-converted field name - `flatten`: Delegates to the field for more arguments (must implement `Args`)