Skip to content

Commit

Permalink
Remove an unnecessary call to number_of_values
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchowfun committed Apr 4, 2024
1 parent 4d9cf47 commit 531e657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ fn settings() -> io::Result<Settings> {
.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})",
Expand Down

0 comments on commit 531e657

Please sign in to comment.