Update command line argument descriptions

This commit is contained in:
Sofia 2020-08-25 22:05:55 +03:00
parent 3cae13d310
commit c3cf61efd4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ pub enum Subcommand {
#[argh(
subcommand,
name = "between",
description = "fetch locations for a given section in time.\n<device> nickname, or index from nick list.\nsince and until in format dd.mm.yyy, OR hh:mm:ss, OR dd.mm.yyy-hh:mm:ss"
description = "fetch locations for a given section in time. <device> nickname, or index from nick list. since and until in format dd.mm.yyy, OR hh:mm:ss, OR dd.mm.yyy-hh:mm:ss"
)]
pub struct BetweenOpt {
#[argh(positional, description = "device to be fetched")]