From 1944f95974322b32e8db51d104920f5469a4f86d Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sun, 15 Oct 2023 15:18:05 -0700 Subject: [PATCH] fix `moonfire-nvr ts` subcommand --- server/src/cmds/ts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/cmds/ts.rs b/server/src/cmds/ts.rs index aaa5419..b0078c7 100644 --- a/server/src/cmds/ts.rs +++ b/server/src/cmds/ts.rs @@ -7,7 +7,7 @@ use bpaf::Bpaf; /// Translates between integer and human-readable timestamps. #[derive(Bpaf, Debug)] -#[bpaf(command("config"))] +#[bpaf(command("ts"))] pub struct Args { /// Timestamp(s) to translate. ///