diff --git a/documentation/autodoc/src/main.rs b/documentation/autodoc/src/main.rs index 88f0d7c64a..ff34dcbf5a 100644 --- a/documentation/autodoc/src/main.rs +++ b/documentation/autodoc/src/main.rs @@ -159,7 +159,7 @@ fn main() -> io::Result<()> { write_output_to_file(&mut file, output)?; for (subcommand, subsubcommands) in subcommands { - writeln!(file, "\n### `{}` ", subcommand)?; + writeln!(file, "\n## `{}` ", subcommand)?; let output = Command::new(main_command) .arg(subcommand) .arg("--help")