Update command line argument descriptions
This commit is contained in:
parent
3cae13d310
commit
c3cf61efd4
@ -30,7 +30,7 @@ pub enum Subcommand {
|
|||||||
#[argh(
|
#[argh(
|
||||||
subcommand,
|
subcommand,
|
||||||
name = "between",
|
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 {
|
pub struct BetweenOpt {
|
||||||
#[argh(positional, description = "device to be fetched")]
|
#[argh(positional, description = "device to be fetched")]
|
||||||
|
Loading…
Reference in New Issue
Block a user