Skip to content

Commit

Permalink
fix(stats): Improve help message a bit.
Browse files Browse the repository at this point in the history
It wasn't clear what the period format could be.
  • Loading branch information
philn committed Jan 23, 2024
1 parent 3fffdeb commit 87eae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atuin/src/command/client/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use time::{Duration, OffsetDateTime, Time};
#[derive(Parser, Debug)]
#[command(infer_subcommands = true)]
pub struct Cmd {
/// compute statistics for the specified period, leave blank for statistics since the beginning
/// Compute statistics for the specified period, leave blank for statistics since the beginning. See https://docs.atuin.sh/reference/stats/ for more details.
period: Vec<String>,

/// How many top commands to list
Expand Down

0 comments on commit 87eae58

Please sign in to comment.