stas 2003/04/29 20:25:12
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
align the columns in the usage output
Revision Changes Path
1.158 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- TestConfig.pm 29 Apr 2003 03:44:23 -0000 1.157
+++ TestConfig.pm 30 Apr 2003 03:25:12 -0000 1.158
@@ -64,7 +64,7 @@
sub usage {
for my $hash (\%Usage) {
for (sort keys %$hash){
- printf " -%-16s %s\n", $_, $hash->{$_};
+ printf " -%-18s %s\n", $_, $hash->{$_};
}
}
}