X-Git-Url: http://git.rot13.org/?p=Printer-Zebra.git;a=blobdiff_plain;f=ZPL2pbm.pl;h=e54e8fd2e10ea469d82d4409c881905f06574386;hp=ead04d88cbc46fbc7b8efa77b6d1141356d1af2e;hb=974345e63fe26686eaacdcafd4af73564c6fda73;hpb=a21934cf314976ab6a6474587508c2ba6e3fa508 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);