Skip to content

Commit

Permalink
fix(branch): usage for delete
Browse files Browse the repository at this point in the history
The branch is now optional for `stg branch --delete`.
  • Loading branch information
jpgrayson committed Feb 10, 2024
1 parent 6d0de8b commit 08c1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/branch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn make() -> clap::Command {
"{--rename,-r} [old-name] <new-name>",
"{--protect,-p} [branch]",
"{--unprotect,-u} [branch]",
"{--delete,-D} [--force] <branch>",
"{--delete,-D} [--force] [branch]",
"--cleanup [--force] [branch]",
"{--describe,-d} <description> [branch]",
],
Expand Down

0 comments on commit 08c1946

Please sign in to comment.