mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 04:41:33 +02:00
gencat/gencat.c (usage): reformat usage message to avoid overly long lines
This commit is contained in:
parent
274a84fdd8
commit
6fae97ab15
@ -27,8 +27,8 @@ int quiet = 0;
|
|||||||
static void usage(const char *name)
|
static void usage(const char *name)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s [-F] [-d|-D] [-p] [-P] [-q] [-L libdir ...] [-l lib ...] hierarchy\n"
|
"usage: %s [-F] [-d|-D] [-p] [-P] [-q] [-L libdir ...] [-l lib ...]\n"
|
||||||
" %*s [descriptions ...]\n\n"
|
" %*s hierarchy [descriptions ...]\n\n"
|
||||||
" -d dump the tree instead of generating a PDF\n"
|
" -d dump the tree instead of generating a PDF\n"
|
||||||
" -D dump all the canonical component names (without aliases)\n"
|
" -D dump all the canonical component names (without aliases)\n"
|
||||||
" -F use fped footprints instead of KiCad components\n"
|
" -F use fped footprints instead of KiCad components\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user