updating usage notes
authorJonathan Blake <jonathan.blake@projectaon.org>
Tue, 27 Aug 2013 21:24:37 +0000 (21:24 +0000)
committerJonathan Blake <jonathan.blake@projectaon.org>
Tue, 27 Aug 2013 21:24:37 +0000 (21:24 +0000)
git-svn-id: https://projectaon.org/data/trunk@2257 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/scripts/fix-image-sizes.pl

index dc8f55f..1e90687 100755 (executable)
@@ -5,7 +5,8 @@ use strict;
 use File::Spec;
 use Image::Size;
 
 use File::Spec;
 use Image::Size;
 
-my $USAGE = "typical usage:\timage-size.pl *.png <input.xml >output.xml\n";
+my $PROG_NAME = 'fix-image-sizes.pl';
+my $USAGE = "typical usage:\t${PROG_NAME} *.png <input.xml >output.xml\n";
 die $USAGE if $#ARGV < 0;
 
 my %image_widths = ( );
 die $USAGE if $#ARGV < 0;
 
 my %image_widths = ( );