Skip to content

Commit

Permalink
fix arg
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 23, 2023
1 parent ed93d8a commit d7bbae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/clickbench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub struct RunOpt {
/// Path to queries.sql (single file)
#[structopt(
parse(from_os_str),
short = "qp",
short = "r",
long = "queries_path",
default_value = "benchmarks/queries/clickbench/queries.sql"
)]
Expand Down

0 comments on commit d7bbae5

Please sign in to comment.