mirror of
https://github.com/nikolassv/bartib
synced 2024-11-10 14:14:12 +00:00
Documents that its start and end time being rounded in the --help
This commit is contained in:
parent
24d54e6541
commit
711b54aac8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue