diff options
-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> |