The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4412

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From 3aaa34c283243fff497056b1aad8466f7f6cb01a Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@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 <ka...@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}
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to