[lxc-devel] [lxd/master] Fixed typo

facundobatista on Github lxc-bot at linuxcontainers.org
Mon Apr 6 12:07:55 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200406/c54b84e6/attachment.bin>
-------------- next part --------------
From 7ae226bea1d6962a60f2e655d7765a1cd51d1216 Mon Sep 17 00:00:00 2001
From: Facundo Batista <facundo at taniquetil.com.ar>
Date: Mon, 6 Apr 2020 09:07:46 -0300
Subject: [PATCH] Fixed typo

---
 lxc/action.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/action.go b/lxc/action.go
index 3bdcec2992..d595464ef7 100644
--- a/lxc/action.go
+++ b/lxc/action.go
@@ -66,7 +66,7 @@ func (c *cmdRestart) Command() *cobra.Command {
 
 	cmd := c.action.Command("restart")
 	cmd.Use = i18n.G("restart [<remote>:]<instance> [[<remote>:]<instance>...]")
-	cmd.Short = i18n.G("Restart insances")
+	cmd.Short = i18n.G("Restart instances")
 	cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
 		`Restart instances
 


More information about the lxc-devel mailing list