aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/driver.cc
diff options
context:
space:
mode:
authorPeter Gadfort <peter.gadfort@gmail.com>2023-01-02 12:46:41 -0500
committerPeter Gadfort <peter.gadfort@gmail.com>2023-01-02 12:46:41 -0500
commit7971154e727cc4d7c4b8c62ad43a28645bb66795 (patch)
treeea4632f116b272bc15940cc59f45a73eef008566 /kernel/driver.cc
parent58cca9592d64178a097c6345a576b1df022cd50c (diff)
parent583ab81670847bc0084708bab04c64cb43bc3a51 (diff)
downloadyosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.tar.gz
yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.tar.bz2
yosys-7971154e727cc4d7c4b8c62ad43a28645bb66795.zip
Merge branch 'master' into stat-json-area
Diffstat (limited to 'kernel/driver.cc')
-rw-r--r--kernel/driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/driver.cc b/kernel/driver.cc
index a89c790d9..ef8e77924 100644
--- a/kernel/driver.cc
+++ b/kernel/driver.cc
@@ -297,7 +297,7 @@ int main(int argc, char **argv)
#endif
printf("\n");
printf(" -p command\n");
- printf(" execute the commands\n");
+ printf(" execute the commands (to chain commands, separate them with semicolon + whitespace: 'cmd1; cmd2')\n");
printf("\n");
printf(" -m module_file\n");
printf(" load the specified module (aka plugin)\n");