diff --git a/cli/src/command/stdio.rs b/cli/src/command/stdio.rs index d4c70665a..186f203b9 100644 --- a/cli/src/command/stdio.rs +++ b/cli/src/command/stdio.rs @@ -622,7 +622,7 @@ pub(crate) struct StdioCommand { help = "Filenames or patterns are separated by null characters, not by newlines" )] null: bool, - #[arg(short, help = "Verbose")] + #[arg(id = "stdio_verbose", short = 'v', help = "Verbose")] verbose: bool, #[arg(short = 'B', long, hide = true)] read_full_blocks: bool,