Drop the 's' in the services command.
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/node"
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/overlay"
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/profile"
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/services"
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/service"
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/vnfs"
|
||||
|
||||
"github.com/hpcng/warewulf/internal/pkg/wwlog"
|
||||
@@ -38,7 +38,7 @@ func init() {
|
||||
rootCmd.AddCommand(kernel.GetCommand())
|
||||
rootCmd.AddCommand(group.GetCommand())
|
||||
rootCmd.AddCommand(profile.GetCommand())
|
||||
rootCmd.AddCommand(services.GetCommand())
|
||||
rootCmd.AddCommand(service.GetCommand())
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package services
|
||||
package service
|
||||
|
||||
import (
|
||||
"github.com/hpcng/warewulf/internal/app/wwctl/services/dhcp"
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
var (
|
||||
baseCmd = &cobra.Command{
|
||||
Use: "services",
|
||||
Use: "service",
|
||||
Short: "Initialize Warewulf services",
|
||||
Long: "Warewulf Initialization",
|
||||
}
|
||||
Reference in New Issue
Block a user