mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-15 13:28:59 +00:00
add note to help about how to chain commands
This commit is contained in:
parent
257b41cd1f
commit
fcd1c68ab7
|
@ -297,7 +297,7 @@ int main(int argc, char **argv)
|
||||||
#endif
|
#endif
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf(" -p command\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("\n");
|
||||||
printf(" -m module_file\n");
|
printf(" -m module_file\n");
|
||||||
printf(" load the specified module (aka plugin)\n");
|
printf(" load the specified module (aka plugin)\n");
|
||||||
|
|
Loading…
Reference in a new issue