]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/tools/lxc_copy.c
lxc-copy: correct order of copy and original
authorChristian Brauner <christian.brauner@mailbox.org>
Tue, 1 Mar 2016 20:50:55 +0000 (21:50 +0100)
committerChristian Brauner <christian.brauner@mailbox.org>
Tue, 1 Mar 2016 21:00:09 +0000 (22:00 +0100)
commit5a8929b12cbff1f0d6e340ec33e1721c2f7b7152
treef08ebc2faf71dc0bf684da3d3c0f6912ed6a49bb
parentebffa9db70d4d56087b039748ef02125f90f3733
lxc-copy: correct order of copy and original

lxc-copy -n ORIG -N COPY -e

accidently printed

"Created ORIG as clone of COPY"

instead of

"Created COPY as clone of ORIG".
Fix the ordering.

Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
src/lxc/lxc_copy.c