Skip to content

Commit

Permalink
Updating readme and argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Solskov Jensen committed May 3, 2024
1 parent 9304bbb commit b6c71fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ OPTIONS:
-t, --threshold <THRESHOLD>
Sets the maximum amount of space to be used for Docker images (default: 10 GB)
-m, --min-age <DURATION>
-m, --min-age <MIN AGE>
Sets the minimum age of images to be considered for deletion
-v, --version
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ fn settings() -> io::Result<Settings> {
)
.arg(
Arg::with_name(MIN_AGE_OPTION)
.value_name("DURATION")
.value_name("MIN AGE")
.short("m")
.long(MIN_AGE_OPTION)
.help("Sets the minimum age of images to be considered for deletion"),
Expand Down

0 comments on commit b6c71fc

Please sign in to comment.