From 16506086717de26b5ebc33ed5919fcd1c0317e59 Mon Sep 17 00:00:00 2001 From: Itamar Lencovsky <4740959+eitamal@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:18:03 +1000 Subject: [PATCH] fix: replace standard with summary in the --check missing error message --- src/cli/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/main.rs b/src/cli/main.rs index bcaad741..40450be9 100644 --- a/src/cli/main.rs +++ b/src/cli/main.rs @@ -266,7 +266,7 @@ fn format(opt: opt::Opt) -> Result { opt::OutputFormat::Unified | opt::OutputFormat::Summary ) { - bail!("--output-format=unified and --output-format=standard can only be used when --check is enabled"); + bail!("--output-format=unified and --output-format=summary can only be used when --check is enabled"); } // Load the configuration