From 72e43f8214ec8e29bbf206101b87a55f475fce38 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 15 Nov 2006 14:25:50 +0000 Subject: [PATCH] 2006-11-15 14:25:50 by steve s/--untar/--tar/g. Via #398769 --- bin/xen-create-image | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index f2154b1..ca430d9 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -498,7 +498,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.101 2006-10-24 09:22:22 steve Exp $ + $Id: xen-create-image,v 1.102 2006-11-15 14:25:50 steve Exp $ =cut @@ -1020,7 +1020,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.101 $'; + my $REVISION = '$Revision: 1.102 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; @@ -1067,7 +1067,7 @@ sub parseCommandLineArguments --debootstrap = Install the system using the deboostrap command. --rpmstrap = Install the system using the rpmstrap command. --copy /path = Install by copying the specified directory recursively. - --untar file.tar = Install by untarring the given file. + --tar file.tar = Install by untarring the given file. (You could specify one of these options as the default in the configuration file /etc/xen-tools/xen-tools.conf.) @@ -1273,7 +1273,7 @@ E_OR --debootstrap = Install the system using the deboostrap command. --rpmstrap = Install the system using the rpmstrap command. --copy /path = Install by copying the specified directory recursively. - --untar file.tar = Install by untarring the given file. + --tar file.tar = Install by untarring the given file. (You could specify one of these options as the default in the configuration file /etc/xen-tools/xen-tools.conf.)