mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 04:46:15 +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)
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user