Skip to content

Commit 08c1946

Browse files
committed
fix(branch): usage for delete
The branch is now optional for `stg branch --delete`.
1 parent 6d0de8b commit 08c1946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/branch/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fn make() -> clap::Command {
5555
"{--rename,-r} [old-name] <new-name>",
5656
"{--protect,-p} [branch]",
5757
"{--unprotect,-u} [branch]",
58-
"{--delete,-D} [--force] <branch>",
58+
"{--delete,-D} [--force] [branch]",
5959
"--cleanup [--force] [branch]",
6060
"{--describe,-d} <description> [branch]",
6161
],

0 commit comments

Comments
 (0)