vt fontcvt: -w sets the width, not height

This commit is contained in:
Ed Maste 2014-06-05 18:01:59 +00:00
parent dbb3f5b28b
commit 5ad35f1929
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267119

View File

@ -401,7 +401,7 @@ main(int argc, char *argv[])
height = atoi(optarg);
break;
case 'w':
height = atoi(optarg);
width = atoi(optarg);
break;
case '?':
default: