Skip to content

Commit

Permalink
Make migration suggestion nicer to read (README)
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Apr 27, 2020
1 parent 465b662 commit 4767599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -224,7 +224,7 @@ seiso -n "$OPENSHIFT_PROJECT" image history "$APP_NAME" --delete
```
We suggest cleaning up orphan image tags in addition, e.g.
```console
seiso -n "$OPENSHIFT_PROJECT" image orphans "$APP_NAME" --older-than 1w --delete
seiso -n "$OPENSHIFT_PROJECT" image orphans "$APP_NAME" --delete --older-than 1w
```

## Development
Expand Down

0 comments on commit 4767599

Please sign in to comment.