Skip to content

Commit 04650a7

Browse files
committed
Fix copy-paste doc comment
1 parent 6651548 commit 04650a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plumbing/options/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ pub mod branch {
248248

249249
#[derive(Debug, clap::Subcommand)]
250250
pub enum Subcommands {
251-
/// List all tags.
251+
/// List branches.
252252
List {
253253
/// List remote-tracking as well as local branches.
254254
#[clap(long, short = 'a')]

0 commit comments

Comments
 (0)