diff --git a/gencat/gencat.c b/gencat/gencat.c index 97da709..8e5637e 100644 --- a/gencat/gencat.c +++ b/gencat/gencat.c @@ -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"