From e8a54b6b7e3483dfac5fe22dfc2ee6fb79c00a31 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 16 May 2024 10:31:20 -0700 Subject: [PATCH] s --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3de957a..efcea20 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4973,7 +4973,7 @@ async fn main() -> Result<(), Box> { .about("Delete a lot from the local database only. \ Useful if the on-chain state is out of sync with the database") .arg( - Arg::with_name("lot_number") + Arg::with_name("lot_numbers") .value_name("LOT NUMBER") .takes_value(true) .required(true)