We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ec92b6 + d59bf2d commit b45195cCopy full SHA for b45195c
src/commands/logs.rs
@@ -42,7 +42,7 @@ pub struct LogsCommand {
42
43
/// Only return logs newer than a relative duration. The duration format is a number
44
/// 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.
+ /// or 'd' for days (e.g. "30m" for 30 minutes ago). The default is 7 days.
46
#[clap(parse(try_from_str = parse_duration), name="since", long="since", default_value = "7d")]
47
pub since: std::time::Duration,
48
0 commit comments