Skip to content

Commit

Permalink
docs(help): Fix hide_env_values doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aethelflaed committed Nov 14, 2024
1 parent 424a243 commit 1706c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clap_builder/src/builder/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,7 @@ impl Arg {
/// ```
///
/// If we were to run the above program with `$ CONNECT=super_secret connect --help` the
/// `[default: CONNECT=super_secret]` portion of the help text would be omitted.
/// `[env: CONNECT=super_secret]` portion of the help text would be omitted.
#[cfg(feature = "env")]
#[inline]
#[must_use]
Expand Down

0 comments on commit 1706c1b

Please sign in to comment.