Skip to content

Commit

Permalink
Use a shorter title. (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando authored Jul 10, 2024
1 parent 292d34a commit 0c4c1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Command-Line Help for the Stellar CLI
# Stellar CLI Manual

This document contains the help content for the `stellar` command-line program.

Expand Down
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 0c4c1f0

Please sign in to comment.