[lxc-devel] [lxd/master] “your first time using LXD” is confusing

m4sk1n on Github lxc-bot at linuxcontainers.org
Fri Dec 29 19:53:18 UTC 2017


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/20171229/91f4f026/attachment.bin>
-------------- next part --------------
From 9db47d030ba461d7c874d86268d71682726cf8a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= <me at m4sk.in>
Date: Fri, 29 Dec 2017 20:53:03 +0100
Subject: [PATCH] =?UTF-8?q?=E2=80=9Cyour=20first=20time=20using=20LXD?=
 =?UTF-8?q?=E2=80=9D=20is=20confusing?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/lxc/main.go b/lxc/main.go
index bbda40f3b..54c93df3b 100644
--- a/lxc/main.go
+++ b/lxc/main.go
@@ -168,7 +168,7 @@ func run() error {
 			return err
 		}
 
-		fmt.Fprintf(os.Stderr, i18n.G("If this is your first time using LXD, you should also run: lxd init")+"\n")
+		fmt.Fprintf(os.Stderr, i18n.G("If this is your first time running LXD on this machine, you should also run: lxd init")+"\n")
 		fmt.Fprintf(os.Stderr, i18n.G("To start your first container, try: lxc launch ubuntu:16.04")+"\n\n")
 	}
 


More information about the lxc-devel mailing list