Commit 2b47bac3 by Christian Brauner Committed by Stéphane Graber

Add manpage for lxc-copy

(A trivial fix for lxc-copy is included.) Signed-off-by: 's avatarChristian Brauner <christian.brauner@mailbox.org>
parent 43cea62d
......@@ -680,6 +680,7 @@ AC_CONFIG_FILES([
doc/lxc-clone.sgml
doc/lxc-config.sgml
doc/lxc-console.sgml
doc/lxc-copy.sgml
doc/lxc-create.sgml
doc/lxc-destroy.sgml
doc/lxc-device.sgml
......
......@@ -24,6 +24,7 @@ man_MANS = \
lxc-clone.1 \
lxc-config.1 \
lxc-console.1 \
lxc-copy.1 \
lxc-create.1 \
lxc-destroy.1 \
lxc-execute.1 \
......
......@@ -94,7 +94,7 @@ static char *const keys[] = {
static struct lxc_arguments my_args = {
.progname = "lxc-copy",
.help = "\
.help = "\n\
--name=NAME [-P lxcpath] -N newname [-p newpath] [-B backingstorage] [-s] [-K] [-M] [-L size [unit]]\n\
--name=NAME [-P lxcpath] [-N newname] [-p newpath] [-B backingstorage] -e [-d] [-D] [-K] [-M] [-m {bind,aufs,overlay}=/src:/dest]\n\
--name=NAME [-P lxcpath] -N newname -R\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment