Skip to content

Commit

Permalink
freeBSD: freecolor output in bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamar Klein authored and jfcoz committed May 18, 2020
1 parent 592a7f8 commit c385efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ sub usage {
my $os_mem="";
if ($os->{name} =~ 'bsd')
{
$os_mem=os_cmd("freecolor -o");
$os_mem=os_cmd("freecolor -ob");
}
else
{
Expand Down

0 comments on commit c385efb

Please sign in to comment.