From: KATOH Yasufumi Date: Tue, 2 Sep 2014 12:18:45 +0000 (+0900) Subject: doc: Add destroy option to lxc-snapshot(1) X-Git-Tag: lxc-1.0.6~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd8d0621a5554da7f49a187faa1fbf7f53d14ca;p=thirdparty%2Flxc.git doc: Add destroy option to lxc-snapshot(1) This commit is the same as the commit 18aa217 and 99e616a on master branch, except "ALL" keyword. Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- diff --git a/doc/ja/lxc-snapshot.sgml.in b/doc/ja/lxc-snapshot.sgml.in index 2c23503d4..038c75dfe 100644 --- a/doc/ja/lxc-snapshot.sgml.in +++ b/doc/ja/lxc-snapshot.sgml.in @@ -57,6 +57,11 @@ by KATOH Yasufumi -n, --name name -c, --comment file + + lxc-snapshot + -n, --name name + -d, -destroy snapshot-name + lxc-snapshot -n, --name name @@ -108,6 +113,16 @@ by KATOH Yasufumi + + + + + 指定した名前のスナップショットを破壊します。 + + + diff --git a/doc/lxc-snapshot.sgml.in b/doc/lxc-snapshot.sgml.in index 4b70279fa..26412fc38 100644 --- a/doc/lxc-snapshot.sgml.in +++ b/doc/lxc-snapshot.sgml.in @@ -52,6 +52,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -n, --name name -c, --comment file + + lxc-snapshot + -n, --name name + -d, -destroy snapshot-name + lxc-snapshot -n, --name name @@ -91,6 +96,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + + + + Destroy the named snapshot. + + +