From caec01dff7dae9253ec0ca375c7e8afa822b61eb Mon Sep 17 00:00:00 2001 From: Waleed Khan Date: Fri, 27 May 2022 19:06:56 -0700 Subject: [PATCH] cli: change `jj branches` to `jj branch list` --- src/commands.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands.rs b/src/commands.rs index 89e450e492..b55b65c3fe 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -1633,7 +1633,8 @@ enum BranchSubcommand { names: Vec, }, - /// 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.