Documents that its start and end time being rounded in the --help

This commit is contained in:
Bèr Kessels 2023-11-27 14:29:37 +01:00
parent 24d54e6541
commit 711b54aac8

View file

@ -79,7 +79,7 @@ fn main() -> Result<()> {
let arg_group = Arg::with_name("round")
.long("round")
.help("rounds the time to the nearest duration. Durations can be in minutes or hours. E.g. 15m or 4h")
.help("rounds the start and end time to the nearest duration. Durations can be in minutes or hours. E.g. 15m or 4h")
.required(false)
.takes_value(true);