chore: add PR note to --json help

This commit is contained in:
Paul Pfeister
2025-02-03 03:02:22 -05:00
parent b5726e5edf
commit b1fb7ac2ff
+1 -1
View File
@@ -656,7 +656,7 @@ def main():
metavar="JSON_FILE",
dest="json_file",
default=None,
help="Load data from a JSON file or an online, valid, JSON file.",
help="Load data from a JSON file or an online, valid, JSON file. Upstream PR numbers also accepted.",
)
parser.add_argument(
"--timeout",