Fix broken doc link

This commit is contained in:
Jakub Beránek 2024-07-24 18:06:52 +02:00
parent 29565e24e1
commit 603c0afc99
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -50,7 +50,7 @@ impl OutputMode {
/// If you want to delay failures until the end of bootstrap, use [delay_failure].
///
/// By default, the command will print its stdout/stderr to stdout/stderr of bootstrap ([OutputMode::Print]).
/// If you want to handle the output programmatically, use [BootstrapCommand::capture].
/// If you want to handle the output programmatically, use [BootstrapCommand::run_capture].
///
/// Bootstrap will print a debug log to stdout if the command fails and failure is not allowed.
///