1
0
mirror of synced 2026-01-23 18:47:02 +00:00

2006-11-15 14:25:50 by steve

s/--untar/--tar/g.

  Via #398769
This commit is contained in:
steve 2006-11-15 14:25:50 +00:00
parent 8f0c5d14a9
commit 72e43f8214

View File

@ -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.)