diff --git a/snuba/cli/querylog_to_csv.py b/snuba/cli/querylog_to_csv.py index 497bde5273..d70faac8b0 100644 --- a/snuba/cli/querylog_to_csv.py +++ b/snuba/cli/querylog_to_csv.py @@ -113,7 +113,7 @@ def get_credentials() -> Tuple[str, str]: ) @click.option( "--event-type", - help="Type of event that occured while executing query.", + help="Type of event that occurred while executing query.", type=click.Choice(["QueryFinish", "ExceptionBeforeStart", "ExceptionWhileProcessing"]), required=True, default="QueryFinish",