Skip to content

Commit 49c0349

Browse files
committed
Reword usage --to help text (DX-5694)
"Omit for now." read as a temporary instruction rather than "defaults to the current time". Now: "End time. Defaults to now."
1 parent 0e83ea3 commit 49c0349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/usage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub struct Range {
3636
/// Start time (RFC-3339, relative like `7d`, or `now`). Omit for account-to-date.
3737
#[arg(long)]
3838
pub from: Option<String>,
39-
/// End time. Omit for now.
39+
/// End time. Defaults to now.
4040
#[arg(long)]
4141
pub to: Option<String>,
4242
}

0 commit comments

Comments
 (0)