1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 14:21:51 +02:00

gencat/gencat.c (usage): reformat usage message to avoid overly long lines

This commit is contained in:
Werner Almesberger 2012-07-12 19:20:50 -03:00
parent 274a84fdd8
commit 6fae97ab15

View File

@ -27,8 +27,8 @@ int quiet = 0;
static void usage(const char *name)
{
fprintf(stderr,
"usage: %s [-F] [-d|-D] [-p] [-P] [-q] [-L libdir ...] [-l lib ...] hierarchy\n"
" %*s [descriptions ...]\n\n"
"usage: %s [-F] [-d|-D] [-p] [-P] [-q] [-L libdir ...] [-l lib ...]\n"
" %*s hierarchy [descriptions ...]\n\n"
" -d dump the tree instead of generating a PDF\n"
" -D dump all the canonical component names (without aliases)\n"
" -F use fped footprints instead of KiCad components\n"