diff --git a/README.md b/README.md index d5c6498..314e321 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Both of the commands above support the `--flightsql` parameter to run the SQL wi #### DDL -The CLI can also run your configured DDL prior to executing the query by adding the `--ddl` parameter. +The CLI can also run your configured DDL prior to executing the query by adding the `--run-ddl` parameter. #### Benchmarking You can benchmark queries by adding the `--bench` parameter. This will run the query a configurable number of times and output a breakdown of the queries execution time with summary statistics for each component of the query (logical planning, physical planning, execution time, and total time).