Skip to content

Commit

Permalink
Use a shorter title.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jul 10, 2024
1 parent 13d0ee6 commit 80a4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/bin/doc-gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn doc_gen() -> std::io::Result<()> {
let options = clap_markdown::MarkdownOptions::new()
.show_footer(false)
.show_table_of_contents(false)
.title("Command-Line Help for the Stellar CLI".to_string());
.title("Stellar CLI Manual".to_string());

let content = clap_markdown::help_markdown_custom::<soroban_cli::Root>(&options);

Expand Down

0 comments on commit 80a4afe

Please sign in to comment.