File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ pub enum Commands {
383383 #[ command( next_help_heading = categories:: UTILITIES ) ]
384384 Github ( GitHubCli ) ,
385385
386- /// Checkout a pull request
386+ /// Inspect or checkout a pull request
387387 #[ command( display_order = 51 ) ]
388388 #[ command( next_help_heading = categories:: UTILITIES ) ]
389389 Pr ( PrCli ) ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ pub const HELP_TEMPLATE: &str = color_print::cstr!(
115115
116116<cyan,bold>🛠️ Utilities:</>
117117 <green,bold>github</> GitHub integration (actions, workflows) <dim>[aliases: gh]</>
118- <green,bold>pr</> Checkout a pull request
118+ <green,bold>pr</> Inspect or checkout a pull request
119119 <green,bold>scrape</> Scrape web content to markdown/text/html
120120 <green,bold>stats</> Show usage statistics
121121 <green,bold>completion</> Generate shell completion scripts
You can’t perform that action at this time.
0 commit comments