We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed93d8a commit d7bbae5Copy full SHA for d7bbae5
benchmarks/src/clickbench.rs
@@ -57,7 +57,7 @@ pub struct RunOpt {
57
/// Path to queries.sql (single file)
58
#[structopt(
59
parse(from_os_str),
60
- short = "qp",
+ short = "r",
61
long = "queries_path",
62
default_value = "benchmarks/queries/clickbench/queries.sql"
63
)]
0 commit comments