chore: fix typo in powercycle

Fix typo in `powercycle`

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2022-07-20 21:24:07 +05:30
parent 644e803adf
commit d650afb6cd
No known key found for this signature in database
GPG Key ID: B1F736354201D483
3 changed files with 3 additions and 4 deletions

View File

@ -46,6 +46,6 @@ var rebootCmd = &cobra.Command{
}
func init() {
rebootCmd.Flags().StringVarP(&rebootCmdFlags.mode, "mode", "m", "default", "select the reboot mode: \"default\", \"powercyle\" (skips kexec)")
rebootCmd.Flags().StringVarP(&rebootCmdFlags.mode, "mode", "m", "default", "select the reboot mode: \"default\", \"powercycle\" (skips kexec)")
addCommand(rebootCmd)
}

View File

@ -1686,7 +1686,7 @@ talosctl reboot [flags]
```
-h, --help help for reboot
-m, --mode string select the reboot mode: "default", "powercyle" (skips kexec) (default "default")
-m, --mode string select the reboot mode: "default", "powercycle" (skips kexec) (default "default")
```
### Options inherited from parent commands
@ -2171,4 +2171,3 @@ A CLI for out-of-band management of Kubernetes nodes created by Talos
* [talosctl usage](#talosctl-usage) - Retrieve a disk usage
* [talosctl validate](#talosctl-validate) - Validate config
* [talosctl version](#talosctl-version) - Prints the version

View File

@ -1780,7 +1780,7 @@ talosctl reboot [flags]
```
-h, --help help for reboot
-m, --mode string select the reboot mode: "default", "powercyle" (skips kexec) (default "default")
-m, --mode string select the reboot mode: "default", "powercycle" (skips kexec) (default "default")
```
### Options inherited from parent commands