From 24ea5580e2c1679d2defc65e647fbdef69b3da50 Mon Sep 17 00:00:00 2001 From: Brandon Biggs Date: Wed, 25 Sep 2024 15:21:43 -0600 Subject: [PATCH] Fix a typo in `wwctl power soft` help text --- CONTRIBUTORS.md | 1 + internal/app/wwctl/power/soft/root.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 86c40763..4040ab19 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -39,3 +39,4 @@ * Josh Burks * Elmar Pruesse @epruesse * Adam Michel [@elfurbe](https://github.com/elfurbe) +* Brandon Biggs diff --git a/internal/app/wwctl/power/soft/root.go b/internal/app/wwctl/power/soft/root.go index 3b4a6d50..119b5d1a 100644 --- a/internal/app/wwctl/power/soft/root.go +++ b/internal/app/wwctl/power/soft/root.go @@ -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 {