We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66976d3 commit 837c8f7Copy full SHA for 837c8f7
git-branchkill
@@ -18,7 +18,7 @@ export LANG LC_ALL
18
while [ $# -gt 0 ]; do
19
case "$1" in
20
-h|--help)
21
- echo "Usage: $0 [-n] [-D] [-R 'repodir ...'] branchname(s)..."
+ echo "Usage: $0 [-n] [-D] [-DD] [-R 'repodir ...'] branchname(s)..."
22
echo "Removes local branches and remote references to branches, so as to"
23
echo "help clean up after a branch has been merged and is no longer used"
24
echo " -n Read-only mode to see what might be done"
0 commit comments