Match kernel list output header for node count
This commit is contained in:
@@ -26,7 +26,7 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
|
||||
nodemap[n.KernelVersion.Get()]++
|
||||
}
|
||||
|
||||
fmt.Printf("%-35s %-6s\n", "VNFS NAME", "NODE#")
|
||||
fmt.Printf("%-35s %-6s\n", "VNFS NAME", "NODES")
|
||||
for _, k := range kernels {
|
||||
fmt.Printf("%-35s %6d\n", k, nodemap[k])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user