]> git.nbdom.net Git - nb.git/commitdiff
no total when option format
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 25 May 2023 20:09:25 +0000 (22:09 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 25 May 2023 20:09:25 +0000 (22:09 +0200)
bin/csv2human

index c0645304a979b0fcaf2481107ac9d7b06a936c17..c42038436e9cc7eac2f778d3cd157e330828dd08 100755 (executable)
@@ -81,6 +81,7 @@ if ($Opt{format}) {
        $format = join($sep,map {$t+=$_+length($sep); "\%-".$_."s"} @len).chr(10);
        $sep_line = "";
        $VERBOSE = 0;
+       $Opt{total} = 0;
 }
 
 #