README: missing )

This commit is contained in:
Jake Buchholz 2019-06-03 23:32:19 -07:00 committed by Mike Crute
parent ed0559ef72
commit bc4e1ec30f

View File

@ -96,7 +96,7 @@ pruning:
* `release` - keep only the latest release for each version * `release` - keep only the latest release for each version
* `version` - remove any end-of-life versions * `version` - remove any end-of-life versions
To prune a profile (or optionally one build target of a profile... To prune a profile (or optionally one build target of a profile)...
``` ```
make prune LEVEL=<level> PROFILE=<profile> [BUILD=<build>] make prune LEVEL=<level> PROFILE=<profile> [BUILD=<build>]
``` ```