2006-02-05 13:38:49 by steve
There is only a single configuration file. Updated comments to match this.
This commit is contained in:
parent
f396bace99
commit
f113cc8a24
@ -75,7 +75,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.21 2006-01-21 22:23:10 steve Exp $
|
||||
$Id: xen-delete-image,v 1.22 2006-02-05 13:38:49 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -103,7 +103,7 @@ use Pod::Usage;
|
||||
# Configuration options, initially read from the configuration files
|
||||
# but may be overridden by the command line.
|
||||
#
|
||||
# Command line flags *always* take precedence over the configuration files(s).
|
||||
# Command line flags *always* take precedence over the configuration file.
|
||||
#
|
||||
my %CONFIG;
|
||||
|
||||
@ -251,7 +251,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -114,7 +114,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-duplicate-image,v 1.20 2006-01-21 22:23:10 steve Exp $
|
||||
$Id: xen-duplicate-image,v 1.21 2006-02-05 13:38:49 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -156,7 +156,7 @@ use Pod::Usage;
|
||||
# Configuration options, initially read from the configuration files
|
||||
# but may be overridden by the command line.
|
||||
#
|
||||
# Command line flags *always* take precedence over the configuration files(s).
|
||||
# Command line flags *always* take precedence over the configuration file.
|
||||
#
|
||||
my %CONFIG;
|
||||
|
||||
@ -447,7 +447,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.20 $';
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -90,7 +90,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.17 2006-02-05 13:16:56 steve Exp $
|
||||
$Id: xen-list-images,v 1.18 2006-02-05 13:38:49 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -118,7 +118,7 @@ use Pod::Usage;
|
||||
# Configuration options, initially read from the configuration files
|
||||
# but may be overridden by the command line.
|
||||
#
|
||||
# Command line flags *always* take precedence over the configuration files(s).
|
||||
# Command line flags *always* take precedence over the configuration file.
|
||||
#
|
||||
my %CONFIG;
|
||||
|
||||
@ -296,7 +296,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.17 $';
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -80,7 +80,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.17 2006-01-21 22:23:10 steve Exp $
|
||||
$Id: xen-update-image,v 1.18 2006-02-05 13:38:49 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -108,7 +108,7 @@ use Pod::Usage;
|
||||
# Configuration options, initially read from the configuration file
|
||||
# but may be overridden by the command line.
|
||||
#
|
||||
# Command line flags *always* take precedence over the configuration files(s).
|
||||
# Command line flags *always* take precedence over the configuration file.
|
||||
#
|
||||
my %CONFIG;
|
||||
|
||||
@ -302,7 +302,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.17 $';
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user