Fix a typo in wwctl power soft help text
This commit is contained in:
committed by
Jonathon Anderson
parent
b150b6319e
commit
24ea5580e2
@@ -39,3 +39,4 @@
|
|||||||
* Josh Burks <jeburks2@asu.edu>
|
* Josh Burks <jeburks2@asu.edu>
|
||||||
* Elmar Pruesse <pruessee@njhealth.org> @epruesse
|
* Elmar Pruesse <pruessee@njhealth.org> @epruesse
|
||||||
* Adam Michel <elfurbe@furbism.com> [@elfurbe](https://github.com/elfurbe)
|
* Adam Michel <elfurbe@furbism.com> [@elfurbe](https://github.com/elfurbe)
|
||||||
|
* Brandon Biggs <brandonsbiggs@gmail.com>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ var (
|
|||||||
DisableFlagsInUseLine: true,
|
DisableFlagsInUseLine: true,
|
||||||
Use: "soft",
|
Use: "soft",
|
||||||
Short: "Gracefully shuts down the given node(s)",
|
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,
|
RunE: CobraRunE,
|
||||||
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
|
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
|
||||||
if len(args) != 0 {
|
if len(args) != 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user