Skip to content

Commit

Permalink
Correct version number in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 18, 2021
1 parent 98e93cf commit c81d57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parseCommandLineOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = function parseCommandLineOptions(argv) {
return '--[no-]inline-fonts is no longer supported as of subfont 6.0.0';
}
if (harfbuzz !== undefined) {
return '--[no-]harfbuzz is no longer supported as of subfont 7.0.0 (harfbuzz is always used now)';
return '--[no-]harfbuzz is no longer supported as of subfont 6.0.0 (harfbuzz is always used now)';
} else {
return true;
}
Expand Down

0 comments on commit c81d57c

Please sign in to comment.