repopick: Fix showing help when no arguments given

Change-Id: I7a996a95a057dc70b1e8b54ea35326ec44ee81f4
This commit is contained in:
SpiritCroc
2025-07-02 08:09:38 +02:00
committed by Zabuka_zuzu
parent 32711255d8
commit 2f2cb75521

View File

@@ -233,7 +233,7 @@ def main():
)
parser.add_argument(
"change_number",
nargs="*",
nargs="+",
help="change number to cherry pick. Use {change number}/{patchset number} to get a specific revision.",
)
parser.add_argument(