1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 04:35:28 +03:00

genex/genex.c (usage): describe options

This commit is contained in:
Werner Almesberger 2012-04-16 15:55:48 -03:00
parent 1a06314fec
commit b6b4c9946b

View File

@ -21,8 +21,11 @@
static void usage(const char *name)
{
fprintf(stderr, "usage: %s [-L libdir ...] [-l lib ...] hierarchy\n",
name);
fprintf(stderr,
"usage: %s [-L libdir ...] [-l lib ...] hierarchy\n\n"
" -L libdir search all libraries in the specified directory\n"
" -l lib search the specified component library\n"
, name);
exit(1);
}