diff options
author | Sebastian Kuzminsky <seb@highlab.com> | 2016-03-26 11:15:35 -0600 |
---|---|---|
committer | Sebastian Kuzminsky <seb@highlab.com> | 2016-03-26 11:15:35 -0600 |
commit | 73870c1edfb72a402d69394b5dc6b0a7dd5bb596 (patch) | |
tree | d82b15e3b1d38b86c5a0a313cb9e770794c0823a /kernel | |
parent | a922d705d4c5e5c2f0cfc59f31fa11901ef307e1 (diff) | |
download | yosys-73870c1edfb72a402d69394b5dc6b0a7dd5bb596.tar.gz yosys-73870c1edfb72a402d69394b5dc6b0a7dd5bb596.tar.bz2 yosys-73870c1edfb72a402d69394b5dc6b0a7dd5bb596.zip |
fix a cut-n-paste error in the -h help
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/driver.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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"); |