X-Git-Url: http://git.shiar.nl/barcat.git/blobdiff_plain/f4423db9671d9650e7a39482ffc935d373e72ef5..11e6fa3713f7ea24f2329def3c60b32847539799:/barcat diff --git a/barcat b/barcat index 82cf7d6..442559c 100755 --- a/barcat +++ b/barcat @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl -CA use 5.018; use warnings; use utf8; @@ -47,8 +47,8 @@ GetOptions(\%opt, ); }, 'markers|m=s', - 'spark!' => sub { - $opt{spark} = [split //, '⎽▁▂▃▄▅▆▇█']; + 'spark:s' => sub { + $opt{spark} = [split //, $_[1] || '⎽▁▂▃▄▅▆▇█']; }, 'stat|s!', 'unmodified|u!',