Fix a typo in wwctl power soft help text

This commit is contained in:
Brandon Biggs
2024-09-25 15:21:43 -06:00
committed by Jonathon Anderson
parent b150b6319e
commit 24ea5580e2
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ var (
DisableFlagsInUseLine: true,
Use: "soft",
Short: "Gracefully shuts down the given node(s)",
Long: "This command uses the operationg system to shut down the set of nodes specified by PATTERN.",
Long: "This command uses the operating system to shut down the set of nodes specified by PATTERN.",
RunE: CobraRunE,
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
if len(args) != 0 {