mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 08:57:10 +02:00
b2/boom.c (usage): -Q wasn't mentioned; explain -q and -Q
This commit is contained in:
parent
db279b7920
commit
7c8fc30541
@ -75,15 +75,15 @@ static void do_substitutions(void)
|
|||||||
static void usage(const char *name)
|
static void usage(const char *name)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: %s file [[-type] file ...] [-q var=value ...] ...\n\n"
|
"usage: %s file [[-type] file ...] [(-q|-Q) var=value ...] ...\n\n"
|
||||||
" file types:\n"
|
" file types:\n"
|
||||||
" -c characteristics\n"
|
" -c characteristics\n"
|
||||||
" -i inventory\n"
|
" -i inventory\n"
|
||||||
" -x currency exchange\n"
|
" -x currency exchange\n"
|
||||||
" -p providers\n"
|
" -p providers\n"
|
||||||
" -s substitutions\n"
|
" -s substitutions\n"
|
||||||
" -q var=value ...\n"
|
" -q var=value ... run substitutions with the specified inputs\n"
|
||||||
" -Q var=value ...\n"
|
" -Q var=value ... run substitutions and then do parametric search\n"
|
||||||
, name);
|
, name);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user