diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 2e4ccc1..2e35e07 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -10,7 +10,7 @@ # --fs=ext3 becomes 'fs = ext3'. # # -# $Id: xen-tools.conf,v 1.16 2006-02-18 12:24:59 steve Exp $ +# $Id: xen-tools.conf,v 1.17 2006-02-18 12:28:36 steve Exp $ # @@ -22,7 +22,7 @@ ## # If you don't wish to use loopback images, stored beneath the directory -# specified above with 'dir = ??' then you may give an LVM volume name +# specified above with 'dir' then you may give an LVM volume name # instead: # ## diff --git a/tests/argument-check.t b/tests/argument-check.t index 210058c..4012b13 100644 --- a/tests/argument-check.t +++ b/tests/argument-check.t @@ -5,7 +5,7 @@ # # Steve # -- -# $Id: argument-check.t,v 1.1 2006-01-09 21:56:04 steve Exp $ +# $Id: argument-check.t,v 1.2 2006-02-18 12:28:37 steve Exp $ # use strict; @@ -46,7 +46,7 @@ foreach my $key ( sort keys %OPTIONS ) } } - is( $found, 1 , " Found documentation for $key" ); + is( $found, 1 , " Found documentation for '$key'" ); }