diff --git a/src/fuzzfetch/args.py b/src/fuzzfetch/args.py index 23bdd644..777801cf 100644 --- a/src/fuzzfetch/args.py +++ b/src/fuzzfetch/args.py @@ -49,8 +49,16 @@ def __init__(self) -> None: "--target", nargs="*", default=[], + choices=( + "common", + "firefox", + "gtest", + "js", + "mozharness", + "searchfox", + "thunderbird", + ), help="Specify the build artifacts to download. " - "Valid options: firefox js common gtest mozharness searchfox thunderbird " f"(default: {' '.join(FetcherArgs.DEFAULT_TARGETS)})", ) target_group.add_argument(