From 2ca2ecaa1cc93f4449862f3283ffd696b9c7e204 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Fri, 9 May 2025 12:40:45 +0200 Subject: [PATCH] libcache: fix help --- passes/techmap/libcache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/techmap/libcache.cc b/passes/techmap/libcache.cc index 177258e7f..e299f43ec 100644 --- a/passes/techmap/libcache.cc +++ b/passes/techmap/libcache.cc @@ -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");