You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short: "Reschedule the automated backup of the given VPS",
142
142
Args: cobra.ExactArgs(2),
143
143
Run: vps.RescheduleVpsAutomatedBackup,
@@ -356,7 +356,7 @@ func init() {
356
356
vpsReinstallCmd.Flags().StringVar(&vps.VpsReinstallSpec.ImageId, "image-id", "", "ID of the image to use for reinstallation")
357
357
vpsReinstallCmd.Flags().BoolVar(&vps.VpsReinstallSpec.InstallRTM, "install-rtm", false, "Install RTM during reinstallation")
358
358
vpsReinstallCmd.Flags().StringVar(&vps.VpsReinstallSpec.PublicSshKey, "public-ssh-key", "", "Public SSH key to pre-install on your VPS")
359
-
vpsReinstallCmd.Flags().StringVar(&vps.VpsReinstallSpec.SshKey, "ssh-key", "", "SSH key name to pre-install on your VPS (name can be found running `ovh-cli account ssh-key list`)")
359
+
vpsReinstallCmd.Flags().StringVar(&vps.VpsReinstallSpec.SshKey, "ssh-key", "", "SSH key name to pre-install on your VPS (name can be found running 'ovhcloud account ssh-key list')")
0 commit comments