diff --git a/src/cortex-cli/src/cli/args.rs b/src/cortex-cli/src/cli/args.rs index 641d63a4a..6fcc18e74 100644 --- a/src/cortex-cli/src/cli/args.rs +++ b/src/cortex-cli/src/cli/args.rs @@ -383,7 +383,7 @@ pub enum Commands { #[command(next_help_heading = categories::UTILITIES)] Github(GitHubCli), - /// Checkout a pull request + /// Inspect or checkout a pull request #[command(display_order = 51)] #[command(next_help_heading = categories::UTILITIES)] Pr(PrCli), diff --git a/src/cortex-cli/src/cli/styles.rs b/src/cortex-cli/src/cli/styles.rs index 4032f94e7..a62a65f47 100644 --- a/src/cortex-cli/src/cli/styles.rs +++ b/src/cortex-cli/src/cli/styles.rs @@ -115,7 +115,7 @@ pub const HELP_TEMPLATE: &str = color_print::cstr!( 🛠️ Utilities: github GitHub integration (actions, workflows) [aliases: gh] - pr Checkout a pull request + pr Inspect or checkout a pull request scrape Scrape web content to markdown/text/html stats Show usage statistics completion Generate shell completion scripts