We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424a243 commit 1706c1bCopy full SHA for 1706c1b
clap_builder/src/builder/arg.rs
@@ -2645,7 +2645,7 @@ impl Arg {
2645
/// ```
2646
///
2647
/// 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.
+ /// `[env: CONNECT=super_secret]` portion of the help text would be omitted.
2649
#[cfg(feature = "env")]
2650
#[inline]
2651
#[must_use]
0 commit comments