fix moonfire-nvr ts subcommand

This commit is contained in:
Scott Lamb 2023-10-15 15:18:05 -07:00
parent b4eb573ca2
commit 1944f95974

View File

@ -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.
///