Skip to content

Commit 1706c1b

Browse files
committed
docs(help): Fix hide_env_values doc
1 parent 424a243 commit 1706c1b

File tree

1 file changed

+1
-1
lines changed
  • clap_builder/src/builder

1 file changed

+1
-1
lines changed

clap_builder/src/builder/arg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ impl Arg {
26452645
/// ```
26462646
///
26472647
/// If we were to run the above program with `$ CONNECT=super_secret connect --help` the
2648-
/// `[default: CONNECT=super_secret]` portion of the help text would be omitted.
2648+
/// `[env: CONNECT=super_secret]` portion of the help text would be omitted.
26492649
#[cfg(feature = "env")]
26502650
#[inline]
26512651
#[must_use]

0 commit comments

Comments
 (0)