diff --git a/FULL_HELP_DOCS.md b/FULL_HELP_DOCS.md index 2607b5f11..4b3602a5a 100644 --- a/FULL_HELP_DOCS.md +++ b/FULL_HELP_DOCS.md @@ -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. diff --git a/cmd/soroban-cli/src/bin/doc-gen.rs b/cmd/soroban-cli/src/bin/doc-gen.rs index 4add9877c..d3aa3ecb2 100644 --- a/cmd/soroban-cli/src/bin/doc-gen.rs +++ b/cmd/soroban-cli/src/bin/doc-gen.rs @@ -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::(&options);