X-Git-Url: http://git.rot13.org/?p=Printer-Zebra.git;a=blobdiff_plain;f=pbm2ZPL.pl;h=4b8f02c621ee0c49238a7dfd43fa29afd3d125ab;hp=72237426beda62b81c3562b930ce661444a1f1af;hb=974345e63fe26686eaacdcafd4af73564c6fda73;hpb=a21934cf314976ab6a6474587508c2ba6e3fa508 diff --git a/pbm2ZPL.pl b/pbm2ZPL.pl index 7223742..4b8f02c 100755 --- a/pbm2ZPL.pl +++ b/pbm2ZPL.pl @@ -8,7 +8,7 @@ use Data::Dump qw(dump); my $compress = $ENV{COMPRESS} || 1; -my $pnm_file = shift @ARGV || die "usage: $0 print.pnm"; +my $pnm_file = shift @ARGV || die "usage: $0 print.pnm > print.zpl\n"; open(my $fh, '<', $pnm_file); my $p4 = <$fh>; chomp $p4;