From 04650a7786f5fb0ea4f4454d08ca16ab6cef3b74 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 30 Aug 2025 20:57:54 +0200 Subject: [PATCH] Fix copy-paste doc comment --- src/plumbing/options/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plumbing/options/mod.rs b/src/plumbing/options/mod.rs index df88032e3..597c7b7aa 100644 --- a/src/plumbing/options/mod.rs +++ b/src/plumbing/options/mod.rs @@ -248,7 +248,7 @@ pub mod branch { #[derive(Debug, clap::Subcommand)] pub enum Subcommands { - /// List all tags. + /// List branches. List { /// List remote-tracking as well as local branches. #[clap(long, short = 'a')]