projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a922d70
)
fix a cut-n-paste error in the -h help
author
Sebastian Kuzminsky
<seb@highlab.com>
Sat, 26 Mar 2016 17:15:35 +0000
(11:15 -0600)
committer
Sebastian Kuzminsky
<seb@highlab.com>
Sat, 26 Mar 2016 17:15:35 +0000
(11:15 -0600)
kernel/driver.cc
patch
|
blob
|
history
diff --git
a/kernel/driver.cc
b/kernel/driver.cc
index 02e332f901df856e490f2efbab5f2420ac64b3a8..a41d0e8cbb8a978da29f282e5a3d694b367236ba 100644
(file)
--- 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
back
end\n");
- printf(" use the specified front for the input files on the command line\n");
+ printf(" -f
front
end\n");
+ printf(" use the specified front
end
for the input files on the command line\n");
printf("\n");
printf(" -H\n");
printf(" print the command list\n");