Skip to content

Commit

Permalink
Merge pull request #298 from stepchowfun/remove-unnecessary-directive
Browse files Browse the repository at this point in the history
Remove an unnecessary call to `number_of_values`
  • Loading branch information
stepchowfun authored Apr 4, 2024
2 parents 4d9cf47 + 531e657 commit 25d1364
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 25d1364

Please sign in to comment.