mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 12:11:52 +02:00
genex/genex.c (usage): describe options
This commit is contained in:
parent
1a06314fec
commit
b6b4c9946b
@ -21,8 +21,11 @@
|
|||||||
|
|
||||||
static void usage(const char *name)
|
static void usage(const char *name)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "usage: %s [-L libdir ...] [-l lib ...] hierarchy\n",
|
fprintf(stderr,
|
||||||
name);
|
"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);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user