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})",