From b230c95cc4ad14b7024db47f18169045b13230ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Wed, 29 May 2024 20:41:56 +0200 Subject: [PATCH] select: Adjust help --- passes/cmds/select.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passes/cmds/select.cc b/passes/cmds/select.cc index 2b7a37013..e455baf7c 100644 --- a/passes/cmds/select.cc +++ b/passes/cmds/select.cc @@ -1067,7 +1067,7 @@ struct SelectPass : public Pass { log("\n"); log(" -assert-mod-count N\n"); log(" do not modify the current selection. instead assert that the given\n"); - log(" selection contains exactly N modules.\n"); + log(" selection contains exactly N modules (partially or fully selected).\n"); log("\n"); log(" -assert-count N\n"); log(" do not modify the current selection. instead assert that the given\n");