diff --git a/src/commands/git.rs b/src/commands/git.rs index bf90a3ed3..bc470c785 100644 --- a/src/commands/git.rs +++ b/src/commands/git.rs @@ -132,7 +132,7 @@ pub struct GitPushArgs { /// Push only this branch (can be repeated) #[arg(long, short)] branch: Vec, - /// Push all branches + /// Push all branches (including deleted branches) #[arg(long)] all: bool, /// Push all deleted branches