Skip to content

Commit

Permalink
Matching value name and help from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Solskov Jensen committed May 3, 2024
1 parent 4d89f54 commit 9304bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ fn settings() -> io::Result<Settings> {
)
.arg(
Arg::with_name(MIN_AGE_OPTION)
.value_name("MIN AGE")
.value_name("DURATION")
.short("m")
.long(MIN_AGE_OPTION)
.help("Specifies which images to delete based image creation time"),
.help("Sets the minimum age of images to be considered for deletion"),
)
.get_matches();

Expand Down

0 comments on commit 9304bbb

Please sign in to comment.