From 3954b12f5d012982aba5ef31e0cc57b2333bdd12 Mon Sep 17 00:00:00 2001 From: David Kruger Date: Fri, 30 May 2025 14:12:21 -0700 Subject: [PATCH] Mention default git branch in help --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 714c460..3a2faeb 100755 --- a/update.py +++ b/update.py @@ -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",