From b1fb7ac2ffba94eca8f1dce1675e44289ef84f38 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 3 Feb 2025 03:02:22 -0500 Subject: [PATCH] chore: add PR note to --json help --- sherlock_project/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/sherlock.py b/sherlock_project/sherlock.py index 642b52a9c..4e80d31c3 100644 --- a/sherlock_project/sherlock.py +++ b/sherlock_project/sherlock.py @@ -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",