convert: Now use slot for category name

This commit is contained in:
Daniele Rondina
2020-10-18 19:58:15 +02:00
parent 07dff7f197
commit c0cc9ec703
2 changed files with 8 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ import (
)
var convertCmd = &cobra.Command{
Use: "convert",
Use: "convert [portage-tree] [luet-tree]",
Short: "convert other package manager tree into luet",
Long: `Parses external PM and produces a luet parsable tree`,
PreRun: func(cmd *cobra.Command, args []string) {