Merge pull request #2350 from mheon/lock_renumber

Add lock renumbering
This commit is contained in:
OpenShift Merge Robot
2019-02-21 23:11:24 +01:00
committed by GitHub
26 changed files with 569 additions and 70 deletions

View File

@@ -131,5 +131,6 @@ func getTrustSubCommands() []*cobra.Command {
func getSystemSubCommands() []*cobra.Command {
return []*cobra.Command{
_pruneSystemCommand,
_renumberCommand,
}
}