Skip to content

Commit

Permalink
select: Adjust help
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed May 29, 2024
1 parent bff2443 commit b230c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/cmds/select.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit b230c95

Please sign in to comment.