diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-25 22:59:19 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-25 22:59:19 +0100 |
commit | 9e4a31f66cb956daeb1dcee9aafadc7da3313999 (patch) | |
tree | 71359a205c1d2dd3e023e222a0aef3f96eebb9e7 /recipes | |
parent | 68b7076d4b61f00c5a2fd9282f0a3c59d429c7df (diff) | |
download | libguestfs-9e4a31f66cb956daeb1dcee9aafadc7da3313999.tar.gz libguestfs-9e4a31f66cb956daeb1dcee9aafadc7da3313999.tar.xz libguestfs-9e4a31f66cb956daeb1dcee9aafadc7da3313999.zip |
Documentation fix.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/export2tar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/export2tar.html b/recipes/export2tar.html index f24be32e..fd23add4 100644 --- a/recipes/export2tar.html +++ b/recipes/export2tar.html @@ -5,7 +5,7 @@ from a standard Fedora or RHEL virtual machine you would do: </p> <pre> -export2tar guest.img /dev/VolGroup00/LogVol00 /home home.tar.gz +export2tar.sh guest.img /dev/VolGroup00/LogVol00 /home home.tar.gz </pre> <p> |