From b8f9a20b039b34ba41098d1360866b6f9f74463d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 3 Jan 2011 17:16:44 +0000 Subject: New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out. Relatively trivial wrappers around the equivalent guestfish commands. Change also includes new man pages. --- src/guestfs.pod | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/guestfs.pod') diff --git a/src/guestfs.pod b/src/guestfs.pod index de05b55f..3a8702a8 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2359,7 +2359,9 @@ C API example code. =item C -L, the command-line shell. +L, the command-line shell, and various shell scripts +built on top such as L, L, +L, L. =item C @@ -2494,6 +2496,8 @@ L, L, L, L, +L, +L, L, L, L, @@ -2504,6 +2508,8 @@ L, L, L, L, +L, +L, L, L, L, -- cgit