1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-11-21 20:59:42 +02:00

fped.c (usage): fix typo "heigth"

This commit is contained in:
Werner Almesberger 2017-05-11 14:00:25 -03:00
parent 103933acf5
commit fa98e58157

2
fped.c
View File

@ -108,7 +108,7 @@ static void usage(const char *name)
" -K show the pad type key\n"
" -m do not show measurements\n"
" -s scale scale factor for -P (default: auto-scale)\n"
" -s [width]x[heigth]\n"
" -s [width]x[height]\n"
" auto-scale to fit within specified box. Dimensions in mm.\n"
" cpp_option -Idir, -Dname[=value], or -Uname\n"
, name);