Skip to content

Commit

Permalink
cli: minor docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr3www authored Oct 11, 2024
1 parent baa8ab0 commit f683c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub enum Commands {
#[arg(short, long, group = "output")]
#[arg(default_value_t = false)]
status: bool,
/// Print only details about remote repositories
/// Print only the ahead/behind commit metrics
#[arg(short, long, group = "output")]
#[arg(default_value_t = false)]
remotes: bool
Expand Down

0 comments on commit f683c15

Please sign in to comment.