Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed May 16, 2024
1 parent 6ef2b5b commit e8a54b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4973,7 +4973,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.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)
Expand Down

0 comments on commit e8a54b6

Please sign in to comment.