Improve online help
This commit is contained in:
@@ -6,7 +6,9 @@ use structopt::StructOpt;
|
|||||||
|
|
||||||
#[derive(StructOpt, Debug)]
|
#[derive(StructOpt, Debug)]
|
||||||
struct Opt {
|
struct Opt {
|
||||||
/// List of datasets to index.
|
/// List of datasets to index, with the following syntax per dataset:
|
||||||
|
/// name[:version]: where name is the basename of the input files, and
|
||||||
|
/// `version` a string to add to the dataset description
|
||||||
datasets: Vec<String>,
|
datasets: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user