1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-05 16:42:40 +02:00

Fix copy-paste doc comment

This commit is contained in:
Sebastian Thiel
2025-08-30 20:57:54 +02:00
parent 6651548f6e
commit 04650a7786

View File

@@ -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')]