Skip to content

Commit b9acdbf

Browse files
committed
doc: clarify query number and data path descriptions in RunOpt
1 parent 9a072c4 commit b9acdbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/src/hj.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ use futures::StreamExt;
3636
#[derive(Debug, StructOpt, Clone)]
3737
#[structopt(verbatim_doc_comment)]
3838
pub struct RunOpt {
39-
/// Query number (between 1 and 20). If not specified, runs all queries
39+
/// Query number. If not specified, runs all queries
4040
#[structopt(short, long)]
4141
query: Option<usize>,
4242

4343
/// Common options (iterations, batch size, target_partitions, etc.)
4444
#[structopt(flatten)]
4545
common: CommonOpt,
4646

47-
/// Path to TPC-H data (required for TPC-H queries)
47+
/// Path to TPC-H SF10 data
4848
#[structopt(parse(from_os_str), short = "p", long = "path")]
4949
path: Option<PathBuf>,
5050

0 commit comments

Comments
 (0)