diff options
author | N. Engelhardt <nak@yosyshq.com> | 2022-12-09 18:17:16 +0100 |
---|---|---|
committer | N. Engelhardt <nakengelhardt@gmail.com> | 2023-01-02 16:10:28 +0100 |
commit | fcd1c68ab77d712241b21d0934de00c446eb93b4 (patch) | |
tree | d56bd74a52ee36f83bdc15add8b01b70d3a3b83e /kernel/driver.cc | |
parent | 257b41cd1fc3f5ce73fd111e7014150f46af833c (diff) | |
download | yosys-fcd1c68ab77d712241b21d0934de00c446eb93b4.tar.gz yosys-fcd1c68ab77d712241b21d0934de00c446eb93b4.tar.bz2 yosys-fcd1c68ab77d712241b21d0934de00c446eb93b4.zip |
add note to help about how to chain commands
Diffstat (limited to 'kernel/driver.cc')
-rw-r--r-- | kernel/driver.cc | 2 |
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"); |