mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
fped.c (usage): fix typo "heigth"
This commit is contained in:
2
fped.c
2
fped.c
@@ -108,7 +108,7 @@ static void usage(const char *name)
|
|||||||
" -K show the pad type key\n"
|
" -K show the pad type key\n"
|
||||||
" -m do not show measurements\n"
|
" -m do not show measurements\n"
|
||||||
" -s scale scale factor for -P (default: auto-scale)\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"
|
" auto-scale to fit within specified box. Dimensions in mm.\n"
|
||||||
" cpp_option -Idir, -Dname[=value], or -Uname\n"
|
" cpp_option -Idir, -Dname[=value], or -Uname\n"
|
||||||
, name);
|
, name);
|
||||||
|
|||||||
Reference in New Issue
Block a user