Skip to content

Commit 837c8f7

Browse files
committed
git-branchkill : add a way to push branch deletion to remote repos (all known)
1 parent 66976d3 commit 837c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-branchkill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export LANG LC_ALL
1818
while [ $# -gt 0 ]; do
1919
case "$1" in
2020
-h|--help)
21-
echo "Usage: $0 [-n] [-D] [-R 'repodir ...'] branchname(s)..."
21+
echo "Usage: $0 [-n] [-D] [-DD] [-R 'repodir ...'] branchname(s)..."
2222
echo "Removes local branches and remote references to branches, so as to"
2323
echo "help clean up after a branch has been merged and is no longer used"
2424
echo " -n Read-only mode to see what might be done"

0 commit comments

Comments
 (0)