Updating help-text with nakengelhardts suggestion.
authorbfg86 <1920022+bfg86@users.noreply.github.com>
Mon, 13 Jun 2022 07:35:10 +0000 (09:35 +0200)
committerbfg86 <1920022+bfg86@users.noreply.github.com>
Mon, 13 Jun 2022 07:35:10 +0000 (09:35 +0200)
passes/cmds/rename.cc

index 8316ecd6f599797e22922adb2bb707f80585c436..81da35ffe3a96f6ee8c517a1aced457b458438d0 100644 (file)
@@ -134,8 +134,8 @@ struct RenamePass : public Pass {
                log("\n");
                log("Assign auto-generated names based on the wires they drive to all selected\n");
                log("cells with private names. Ignores cells driving privatly named wires.\n");
-               log("The -suffix option can be used to set a suffix to the renamed cells.\n");
-               log("The default suffix is the cell type.\n");
+               log("By default, the cell is named after the wire with the cell type as suffix.\n");
+               log("The -suffix option can be used to set the suffix to the given string instead.\n");
                log("\n");
                log("\n");
                log("    rename -enumerate [-pattern <pattern>] [selection]\n");