Skip to content

Commit

Permalink
Merge pull request #219 from itowlson/how-long-has-that-typo-been-there
Browse files Browse the repository at this point in the history
Fixed minor typo in doc string
  • Loading branch information
itowlson authored Jan 6, 2025
2 parents 5ec92b6 + d59bf2d commit b45195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub struct LogsCommand {

/// Only return logs newer than a relative duration. The duration format is a number
/// and a unit, where the unit is 's' for seconds, 'm' for minutes, 'h' for hours
/// or 'd' for days (e.g. "30m" for 30 minutes ago). The default it 7 days.
/// or 'd' for days (e.g. "30m" for 30 minutes ago). The default is 7 days.
#[clap(parse(try_from_str = parse_duration), name="since", long="since", default_value = "7d")]
pub since: std::time::Duration,

Expand Down

0 comments on commit b45195c

Please sign in to comment.