diff --git a/cli/src/commands/get/datasets.rs b/cli/src/commands/get/datasets.rs index 7c649d86..d8c5b7eb 100644 --- a/cli/src/commands/get/datasets.rs +++ b/cli/src/commands/get/datasets.rs @@ -16,7 +16,7 @@ pub struct GetDatasetsArgs { dataset: Option, #[structopt(long = "stats")] - /// Whether to include source statistics in response + /// Whether to include dataset statistics in response include_stats: bool, }