From 6fae97ab155e2f7cc13b996f0f0945278a8a254d Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 12 Jul 2012 19:20:50 -0300 Subject: [PATCH] gencat/gencat.c (usage): reformat usage message to avoid overly long lines --- gencat/gencat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"