[lxc-devel] [lxd/master] Fix usage for `lxc exec --cwd`

stgraber on Github lxc-bot at linuxcontainers.org
Wed Sep 18 12:34:55 UTC 2019


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/20190918/04b46251/attachment.bin>
-------------- next part --------------
From feeac587264b8a326476b14068b650fab14e630b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 18 Sep 2019 14:33:56 +0200
Subject: [PATCH 1/2] lxc/exec: Fix usage for --cwd
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #6221

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 lxc/exec.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/exec.go b/lxc/exec.go
index 530324e915..5686a65255 100644
--- a/lxc/exec.go
+++ b/lxc/exec.go
@@ -58,7 +58,7 @@ Mode defaults to non-interactive, interactive mode is selected if both stdin AND
 	cmd.Flags().BoolVarP(&c.flagDisableStdin, "disable-stdin", "n", false, i18n.G("Disable stdin (reads from /dev/null)"))
 	cmd.Flags().Uint32Var(&c.flagUser, "user", 0, i18n.G("User ID to run the command as (default 0)")+"``")
 	cmd.Flags().Uint32Var(&c.flagGroup, "group", 0, i18n.G("Group ID to run the command as (default 0)")+"``")
-	cmd.Flags().StringVar(&c.flagCwd, "cwd", "", i18n.G("Group ID to run the command as (default /root)")+"``")
+	cmd.Flags().StringVar(&c.flagCwd, "cwd", "", i18n.G("Directory to run the command in (default /root)")+"``")
 
 	return cmd
 }

From e825414c94f8f94ea26a4087f098fa6e03224c44 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Wed, 18 Sep 2019 14:34:24 +0200
Subject: [PATCH 2/2] i18n: Update translation templates
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 po/bg.po      | 10 +++++-----
 po/de.po      | 10 +++++-----
 po/el.po      | 10 +++++-----
 po/es.po      | 10 +++++-----
 po/fa.po      | 10 +++++-----
 po/fi.po      | 10 +++++-----
 po/fr.po      | 10 +++++-----
 po/hi.po      | 10 +++++-----
 po/id.po      | 10 +++++-----
 po/it.po      | 10 +++++-----
 po/ja.po      | 10 +++++-----
 po/ko.po      | 10 +++++-----
 po/lxd.pot    | 10 +++++-----
 po/nb_NO.po   | 10 +++++-----
 po/nl.po      | 10 +++++-----
 po/pa.po      | 10 +++++-----
 po/pl.po      | 10 +++++-----
 po/pt_BR.po   | 10 +++++-----
 po/ru.po      | 10 +++++-----
 po/sr.po      | 10 +++++-----
 po/sv.po      | 10 +++++-----
 po/te.po      | 10 +++++-----
 po/tr.po      | 10 +++++-----
 po/uk.po      | 10 +++++-----
 po/zh_Hans.po | 10 +++++-----
 25 files changed, 125 insertions(+), 125 deletions(-)

diff --git a/po/bg.po b/po/bg.po
index bf258dd82b..c9f8ec0c97 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/de.po b/po/de.po
index e94f86cc39..98bb7a432f 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2018-11-30 03:10+0000\n"
 "Last-Translator: ssantos <ssantos at web.de>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/linux-containers/"
@@ -1116,6 +1116,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1485,10 +1489,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/el.po b/po/el.po
index cfcc3692f4..607ae94529 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2017-02-14 08:00+0000\n"
 "Last-Translator: Simos Xenitellis <simos.65 at gmail.com>\n"
 "Language-Team: Greek <https://hosted.weblate.org/projects/linux-containers/"
@@ -942,6 +942,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1295,10 +1299,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/es.po b/po/es.po
index 2c663e1541..f0b0ccd128 100644
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2019-06-13 16:56+0000\n"
 "Last-Translator: Alonso José Lara Plana <alonso.lara.plana at gmail.com>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -1021,6 +1021,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr "El directorio importado no está disponible en esta plataforma"
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1375,10 +1379,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/fa.po b/po/fa.po
index 1de1aeb548..eeff794fe6 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 550eea94ce..cec6ab0ff0 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/fr.po b/po/fr.po
index a988fd6dcf..865dd3732d 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2019-01-04 18:07+0000\n"
 "Last-Translator: Deleted User <noreply+12102 at weblate.org>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/linux-containers/"
@@ -1115,6 +1115,10 @@ msgstr "pas d'image, conteneur ou instantané affecté sur ce serveur"
 msgid "Directory import is not available on this platform"
 msgstr "L'importation de répertoire n'est pas disponible sur cette plateforme"
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr "Désactiver l'allocation pseudo-terminal"
@@ -1493,10 +1497,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/hi.po b/po/hi.po
index db01f4adf6..022f6c5dfe 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/id.po b/po/id.po
index 66b9c0fc69..458b71e14f 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/it.po b/po/it.po
index e4f1ae87d0..7a8da00124 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2017-08-18 14:22+0000\n"
 "Last-Translator: Alberto Donato <alberto.donato at gmail.com>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/linux-containers/"
@@ -984,6 +984,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr "Import da directory non disponibile su questa piattaforma"
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1339,10 +1343,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/ja.po b/po/ja.po
index c3aceae2d4..e7bad6194e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LXD\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2019-05-18 08:49+0000\n"
 "Last-Translator: KATOH Yasufumi <karma at jazz.email.ne.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/linux-"
@@ -974,6 +974,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr "このプラットフォーム上ではディレクトリのインポートは利用できません"
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr "擬似端末の割り当てを無効にします"
@@ -1352,10 +1356,6 @@ msgstr "ストレージプールの設定値を取得します"
 msgid "Get values for storage volume configuration keys"
 msgstr "ストレージボリュームの設定値を取得します"
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/ko.po b/po/ko.po
index 3c02650459..7968d093dc 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/lxd.pot b/po/lxd.pot
index 9ce8ee788c..c7b9be7132 100644
--- a/po/lxd.pot
+++ b/po/lxd.pot
@@ -7,7 +7,7 @@
 msgid   ""
 msgstr  "Project-Id-Version: lxd\n"
         "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-        "POT-Creation-Date: 2019-09-13 18:34+0200\n"
+        "POT-Creation-Date: 2019-09-18 14:34+0200\n"
         "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
         "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
         "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -860,6 +860,10 @@ msgstr  ""
 msgid   "Directory import is not available on this platform"
 msgstr  ""
 
+#: lxc/exec.go:61
+msgid   "Directory to run the command in (default /root)"
+msgstr  ""
+
 #: lxc/exec.go:57
 msgid   "Disable pseudo-terminal allocation"
 msgstr  ""
@@ -1191,10 +1195,6 @@ msgstr  ""
 msgid   "Get values for storage volume configuration keys"
 msgstr  ""
 
-#: lxc/exec.go:61
-msgid   "Group ID to run the command as (default /root)"
-msgstr  ""
-
 #: lxc/exec.go:60
 msgid   "Group ID to run the command as (default 0)"
 msgstr  ""
diff --git a/po/nb_NO.po b/po/nb_NO.po
index de937e813f..ff629362ce 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 525e23059a..c9c899b516 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2019-02-26 09:18+0000\n"
 "Last-Translator: Heimen Stoffels <vistausss at outlook.com>\n"
 "Language-Team: Dutch <https://hosted.weblate.org/projects/linux-containers/"
@@ -987,6 +987,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1337,10 +1341,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/pa.po b/po/pa.po
index 22c4527969..37d74418be 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 9c8baaae49..1a96f4fb4b 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2018-09-08 19:22+0000\n"
 "Last-Translator: m4sk1n <me at m4sk.in>\n"
 "Language-Team: Polish <https://hosted.weblate.org/projects/linux-containers/"
@@ -987,6 +987,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1337,10 +1341,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 7029adefa7..a55a3b6355 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2019-08-08 18:08+0000\n"
 "Last-Translator: Tiago A. Reul <tiago at reul.space>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
@@ -1072,6 +1072,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr "A importação de diretório não está disponível nessa plataforma"
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr "Desabilitar alocação de pseudo-terminal"
@@ -1426,10 +1430,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 29bba98942..4ca3864fb9 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2018-06-22 15:57+0000\n"
 "Last-Translator: Александр Киль <shorrey at gmail.com>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/linux-containers/"
@@ -1064,6 +1064,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1421,10 +1425,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/sr.po b/po/sr.po
index 671f14159b..e471372cf2 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/sv.po b/po/sv.po
index 811c3bdd3e..b756ba12a8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/te.po b/po/te.po
index 0fccd14471..fe88a9bab1 100644
--- a/po/te.po
+++ b/po/te.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 90a69a5768..75a9b11582 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/uk.po b/po/uk.po
index 0b1d66fe0b..454ea38bf4 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -938,6 +938,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1288,10 +1292,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""
diff --git a/po/zh_Hans.po b/po/zh_Hans.po
index 78fd4a36c3..505f444d13 100644
--- a/po/zh_Hans.po
+++ b/po/zh_Hans.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: lxd\n"
 "Report-Msgid-Bugs-To: lxc-devel at lists.linuxcontainers.org\n"
-"POT-Creation-Date: 2019-09-13 18:34+0200\n"
+"POT-Creation-Date: 2019-09-18 14:34+0200\n"
 "PO-Revision-Date: 2018-09-11 19:15+0000\n"
 "Last-Translator: 0x0916 <w at laoqinren.net>\n"
 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@@ -941,6 +941,10 @@ msgstr ""
 msgid "Directory import is not available on this platform"
 msgstr ""
 
+#: lxc/exec.go:61
+msgid "Directory to run the command in (default /root)"
+msgstr ""
+
 #: lxc/exec.go:57
 msgid "Disable pseudo-terminal allocation"
 msgstr ""
@@ -1291,10 +1295,6 @@ msgstr ""
 msgid "Get values for storage volume configuration keys"
 msgstr ""
 
-#: lxc/exec.go:61
-msgid "Group ID to run the command as (default /root)"
-msgstr ""
-
 #: lxc/exec.go:60
 msgid "Group ID to run the command as (default 0)"
 msgstr ""


More information about the lxc-devel mailing list