Skip to content

Commit

Permalink
Moving the --min-age argument above threshold in the readme to match …
Browse files Browse the repository at this point in the history
…--help output
  • Loading branch information
Jonathan Solskov Jensen committed May 3, 2024
1 parent b6c71fc commit 359a245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ OPTIONS:
-k, --keep <REGEX>...
Prevents deletion of images for which repository:tag matches <REGEX>
-t, --threshold <THRESHOLD>
Sets the maximum amount of space to be used for Docker images (default: 10 GB)
-m, --min-age <MIN AGE>
Sets the minimum age of images to be considered for deletion
-t, --threshold <THRESHOLD>
Sets the maximum amount of space to be used for Docker images (default: 10 GB)
-v, --version
Prints version information
```
Expand Down

0 comments on commit 359a245

Please sign in to comment.