Mention default git branch in help

This commit is contained in:
David Kruger 2025-05-30 14:12:21 -07:00
parent bacc21e0db
commit 3954b12f5d

View File

@ -42,7 +42,7 @@ def main():
"--git-branch",
type=str,
default="master",
help="Git branch to push to",
help="Git branch to push to, defaults to master",
)
parser.add_argument(
"-u",