Change --chunk-size to type size. Make TIME column %.3f. Make OptionParser report invalid sizes.

This commit is contained in:
Daniel Nichter
2011-09-14 10:40:42 -06:00
parent 676a7aa20f
commit d881fa0b35
3 changed files with 6 additions and 6 deletions

View File

@@ -1263,7 +1263,7 @@ sub _parse_size {
$opt->{value} = ($pre || '') . $num;
}
else {
$self->save_error("Invalid size for --$opt->{long}");
$self->save_error("Invalid size for --$opt->{long}: $val");
}
return;
}