Skip to content

Commit b45195c

Browse files
authored
Merge pull request #219 from itowlson/how-long-has-that-typo-been-there
Fixed minor typo in doc string
2 parents 5ec92b6 + d59bf2d commit b45195c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/logs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub struct LogsCommand {
4242

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

0 commit comments

Comments
 (0)