The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6763
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) === Don't know If I'll mess up translating this as per https://en.wikipedia.org/wiki/YAML https://en.wikipedia.org/wiki/BusyBox https://en.wikipedia.org/wiki/Operating_system
From dc51bba36b6c061655580efc23b8dfa2641d2219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= <ep...@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:
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel