aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-03-28 16:53:47 +0200
committerClifford Wolf <clifford@clifford.at>2016-03-28 16:53:47 +0200
commit2ec832ddced03aff3fb5cef53ae935f39d32547c (patch)
tree943508178872ccc413fd1d1bf38d79662cfbc7de /kernel
parentaade2c21fa4bdbeb129122d4b1832459e30aec82 (diff)
parent73870c1edfb72a402d69394b5dc6b0a7dd5bb596 (diff)
downloadyosys-2ec832ddced03aff3fb5cef53ae935f39d32547c.tar.gz
yosys-2ec832ddced03aff3fb5cef53ae935f39d32547c.tar.bz2
yosys-2ec832ddced03aff3fb5cef53ae935f39d32547c.zip
Merge pull request #138 from SebKuzminsky/help-typo
fix a cut-n-paste error in the -h help
Diffstat (limited to 'kernel')
-rw-r--r--kernel/driver.cc4
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");