From: Sebastian Kuzminsky Date: Sat, 26 Mar 2016 17:15:35 +0000 (-0600) Subject: fix a cut-n-paste error in the -h help X-Git-Tag: yosys-0.7~287^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73870c1edfb72a402d69394b5dc6b0a7dd5bb596;p=yosys.git fix a cut-n-paste error in the -h help --- diff --git a/kernel/driver.cc b/kernel/driver.cc index 02e332f90..a41d0e8cb 100644 --- a/kernel/driver.cc +++ b/kernel/driver.cc @@ -183,8 +183,8 @@ int main(int argc, char **argv) printf(" -b backend\n"); printf(" use this backend for the output file specified on the command line\n"); printf("\n"); - printf(" -f backend\n"); - printf(" use the specified front for the input files on the command line\n"); + printf(" -f frontend\n"); + printf(" use the specified frontend for the input files on the command line\n"); printf("\n"); printf(" -H\n"); printf(" print the command list\n");