[lxc-devel] [lxd/master] Spelling: YAML, BusyBox x2, OS

comradekingu on Github lxc-bot at linuxcontainers.org
Fri Jan 24 04:48:28 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 474 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200123/f841f37f/attachment.bin>
-------------- next part --------------
From dc51bba36b6c061655580efc23b8dfa2641d2219 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= <epost at anotheragency.no>
Date: Fri, 24 Jan 2020 05:44:28 +0100
Subject: [PATCH] Spelling: YAML, BusyBox x2, OS

---
 lxc/config_metadata.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lxc/config_metadata.go b/lxc/config_metadata.go
index b8f9dd1cad..452bd6c9e9 100644
--- a/lxc/config_metadata.go
+++ b/lxc/config_metadata.go
@@ -60,7 +60,7 @@ func (c *cmdConfigMetadataEdit) Command() *cobra.Command {
 
 func (c *cmdConfigMetadataEdit) helpTemplate() string {
 	return i18n.G(
-		`### This is a yaml representation of the instance metadata.
+		`### This is a YAML representation of the instance metadata.
 ### Any line starting with a '# will be ignored.
 ###
 ### A sample configuration looks like:
@@ -70,9 +70,9 @@ func (c *cmdConfigMetadataEdit) helpTemplate() string {
 ### expiry_date: 0
 ### properties:
 ###   architecture: x86_64
-###   description: Busybox x86_64
+###   description: BusyBox x86_64
 ###   name: busybox-x86_64
-###   os: Busybox
+###   OS: BusyBox
 ### templates:
 ###   /template:
 ###     when:


More information about the lxc-devel mailing list