[lxc-devel] [lxd/master] Fix typo in help of "lxc network"

tenforward on Github lxc-bot at linuxcontainers.org
Thu Apr 5 06:54:15 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180405/69d9444c/attachment.bin>
-------------- next part --------------
From 3aaa34c283243fff497056b1aad8466f7f6cb01a Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Thu, 5 Apr 2018 15:52:27 +0900
Subject: [PATCH] Fix typo in help of "lxc network"

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 lxc/network.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/network.go b/lxc/network.go
index c58bc2b0b..0386ed12f 100644
--- a/lxc/network.go
+++ b/lxc/network.go
@@ -30,7 +30,7 @@ func (c *cmdNetwork) Command() *cobra.Command {
 	cmd.Use = i18n.G("network")
 	cmd.Short = i18n.G("Manage and attach containers to networks")
 	cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
-		`Manage an attach containers to networks`))
+		`Manage and attach containers to networks`))
 
 	// Attach
 	networkAttachCmd := cmdNetworkAttach{global: c.global, network: c}


More information about the lxc-devel mailing list