[lxc-devel] [lxd/master] mistype in `lxc stop --help'
Andor on Github
lxc-bot at linuxcontainers.org
Sun Apr 24 10:00:24 UTC 2016
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/20160424/ce663806/attachment.bin>
-------------- next part --------------
From d434050bb398c1df42080ea63c1a5cbb349e4c8d Mon Sep 17 00:00:00 2001
From: Andrew N Golovkov <andrew.golovkov at gmail.com>
Date: Sun, 24 Apr 2016 12:59:22 +0300
Subject: [PATCH] mistype in `lxc stop --help'
---
lxc/action.go | 2 +-
po/de.po | 2 +-
po/fr.po | 2 +-
po/ja.po | 2 +-
po/lxd.pot | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lxc/action.go b/lxc/action.go
index 355529a..b91ad1c 100644
--- a/lxc/action.go
+++ b/lxc/action.go
@@ -37,7 +37,7 @@ func (c *actionCmd) flags() {
gnuflag.BoolVar(&c.force, "force", false, i18n.G("Force the container to shutdown."))
}
gnuflag.BoolVar(&c.stateful, "stateful", false, i18n.G("Store the container state (only for stop)."))
- gnuflag.BoolVar(&c.stateless, "stateless", false, i18n.G("Ignore the container state (only forstart)."))
+ gnuflag.BoolVar(&c.stateless, "stateless", false, i18n.G("Ignore the container state (only for start)."))
}
func (c *actionCmd) run(config *lxd.Config, args []string) error {
diff --git a/po/de.po b/po/de.po
index d393ecb..c5cb2f9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -474,7 +474,7 @@ msgstr ""
#: lxc/action.go:39
#, fuzzy
-msgid "Ignore the container state (only forstart)."
+msgid "Ignore the container state (only for start)."
msgstr "Herunterfahren des Containers erzwingen."
#: lxc/image.go:273
diff --git a/po/fr.po b/po/fr.po
index 675552d..c14dfca 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -410,7 +410,7 @@ msgstr ""
#: lxc/action.go:39
#, fuzzy
-msgid "Ignore the container state (only forstart)."
+msgid "Ignore the container state (only for start)."
msgstr "Force l'arrêt du conteneur."
#: lxc/image.go:273
diff --git a/po/ja.po b/po/ja.po
index 5a6e60a..eafb93e 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -441,7 +441,7 @@ msgid "Ignore aliases when determining what command to run."
msgstr "コマンドを実行する際にエイリアスを無視します。"
#: lxc/action.go:39
-msgid "Ignore the container state (only forstart)."
+msgid "Ignore the container state (only for start)."
msgstr "コンテナの状態を無視します (startのみ)。"
#: lxc/image.go:273
diff --git a/po/lxd.pot b/po/lxd.pot
index 98cf83f..ba75b6b 100644
--- a/po/lxd.pot
+++ b/po/lxd.pot
@@ -386,7 +386,7 @@ msgid "Ignore aliases when determining what command to run."
msgstr ""
#: lxc/action.go:39
-msgid "Ignore the container state (only forstart)."
+msgid "Ignore the container state (only for start)."
msgstr ""
#: lxc/image.go:273
More information about the lxc-devel
mailing list