Skip to content

Commit

Permalink
cli: change jj branches to jj branch list
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed May 28, 2022
1 parent 71615c5 commit caec01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,8 @@ enum BranchSubcommand {
names: Vec<String>,
},

/// Delete an existing branch and propagate the deletion to remotes on the next push.
/// Delete an existing branch and propagate the deletion to remotes on the
/// next push.
#[clap(visible_alias("d"))]
Delete {
/// The branches to delete.
Expand Down

0 comments on commit caec01d

Please sign in to comment.