diff --git a/clap_builder/src/builder/command.rs b/clap_builder/src/builder/command.rs index 3666d1955f8..e139d1bbe88 100644 --- a/clap_builder/src/builder/command.rs +++ b/clap_builder/src/builder/command.rs @@ -1126,7 +1126,7 @@ impl Command { } } - /// Disables the automatic delimiting of values after `--` or when [`Command::trailing_var_arg`] + /// Disables the automatic delimiting of values after `--` or when [`Arg::trailing_var_arg`] /// was used. /// /// **NOTE:** The same thing can be done manually by setting the final positional argument to