mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-11 17:54:44 +00:00
libcache: fix help
This commit is contained in:
parent
9d2f9f7557
commit
2ca2ecaa1c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
{
|
||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||
log("\n");
|
||||
log(" libcache [-verbose] {-enable|-disable|-purge} { -all | [path]... }\n");
|
||||
log(" libcache {-enable|-disable|-purge} { -all | [path]... }\n");
|
||||
log("\n");
|
||||
log("Controls the default and per path caching of liberty file data.\n");
|
||||
log("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue