Skip to content

Commit

Permalink
commands: add get dataset stats
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser committed Oct 10, 2023
1 parent 6663ecf commit 5726dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/get/datasets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub struct GetDatasetsArgs {
dataset: Option<DatasetIdentifier>,

#[structopt(long = "stats")]
/// Whether to include source statistics in response
/// Whether to include dataset statistics in response
include_stats: bool,
}

Expand Down

0 comments on commit 5726dd9

Please sign in to comment.