Skip to content

Commit d7bbae5

Browse files
committed
fix arg
1 parent ed93d8a commit d7bbae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/clickbench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub struct RunOpt {
5757
/// Path to queries.sql (single file)
5858
#[structopt(
5959
parse(from_os_str),
60-
short = "qp",
60+
short = "r",
6161
long = "queries_path",
6262
default_value = "benchmarks/queries/clickbench/queries.sql"
6363
)]

0 commit comments

Comments
 (0)