summaryrefslogtreecommitdiffstats
path: root/vendor/clap_builder/src/builder/arg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/clap_builder/src/builder/arg.rs')
-rw-r--r--vendor/clap_builder/src/builder/arg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/clap_builder/src/builder/arg.rs b/vendor/clap_builder/src/builder/arg.rs
index 5634078c5..8e247c176 100644
--- a/vendor/clap_builder/src/builder/arg.rs
+++ b/vendor/clap_builder/src/builder/arg.rs
@@ -1617,7 +1617,7 @@ impl Arg {
/// ```
///
/// Will result in everything after `--` to be considered one raw argument. This behavior
- /// may not be exactly what you are expecting and using [`crate::Command::trailing_var_arg`]
+ /// may not be exactly what you are expecting and using [`Arg::trailing_var_arg`]
/// may be more appropriate.
///
/// **NOTE:** Implicitly sets [`Arg::action(ArgAction::Set)`] [`Arg::num_args(1..)`],