Skip to content

Commit

Permalink
Update docs for -r feature of branch command
Browse files Browse the repository at this point in the history
Update docs for -r feature of branch command so that it is clearer that
it pushes up the branch to the remote.

<!-- ps-id: 27d45cfb-f02b-476e-b696-2d3315c3c699 -->
  • Loading branch information
drewdeponte committed Mar 20, 2023
1 parent 5e685b2 commit 3984c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct BranchCmdOpts {
/// Use the provided branch name instead of generating one
#[structopt(short = "n")]
pub branch_name: Option<String>,
/// Create a remote branch of the same name
/// Create a remote branch of the same name and push
#[structopt(short = "r")]
pub create_remote_branch: bool,
}
Expand Down

0 comments on commit 3984c81

Please sign in to comment.