From 531e65754b6bb179d44cc4fa16da3aad95efbb2d Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Wed, 3 Apr 2024 18:22:08 -0700 Subject: [PATCH] Remove an unnecessary call to `number_of_values` --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 89a529d..195c6fe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -191,7 +191,6 @@ fn settings() -> io::Result { .value_name("DELETION CHUNK SIZE") .short("d") .long(DELETION_CHUNK_SIZE_OPTION) - .number_of_values(1) .help(&format!( "Removes specified quantity of images at a time \ (default: {DEFAULT_DELETION_CHUNK_SIZE})",