Improve online help

This commit is contained in:
2019-10-10 15:00:10 +02:00
parent af53b4c92c
commit 818c19859f

View File

@@ -6,7 +6,9 @@ use structopt::StructOpt;
#[derive(StructOpt, Debug)]
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>,
}