X-Git-Url: http://git.rot13.org/?p=Printer-Zebra.git;a=blobdiff_plain;f=ZPL2pbm.pl;h=e54e8fd2e10ea469d82d4409c881905f06574386;hp=ead04d88cbc46fbc7b8efa77b6d1141356d1af2e;hb=f2a662b877919457bbcfc11b2ba9c6589607b817;hpb=0b31384d80e8b9c07418e71ebb833c6bc81165af diff --git a/ZPL2pbm.pl b/ZPL2pbm.pl index ead04d8..e54e8fd 100755 --- a/ZPL2pbm.pl +++ b/ZPL2pbm.pl @@ -13,7 +13,7 @@ while() { $command->{$cmd} = $desc; } -my $file = shift @ARGV || die "usage: $0 dump.zpl > dump.pbm"; +my $file = shift @ARGV || die "usage: $0 dump.zpl > dump.pbm\n"; open(my $in, '<', $file);