From c3cf61efd4948b2467815d68bd22bfdb399aa6bd Mon Sep 17 00:00:00 2001 From: Teascade Date: Tue, 25 Aug 2020 22:05:55 +0300 Subject: [PATCH] Update command line argument descriptions --- src/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/args.rs b/src/args.rs index ec63459..edc5673 100644 --- a/src/args.rs +++ b/src/args.rs @@ -30,7 +30,7 @@ pub enum Subcommand { #[argh( subcommand, name = "between", - description = "fetch locations for a given section in time.\n 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. 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")]