From e13ace675e3536d41199d70cb10445fcfedbc63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Mon, 16 Sep 2024 14:42:53 +0200 Subject: [PATCH] dump: Update help after option removal --- backends/rtlil/rtlil_backend.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/backends/rtlil/rtlil_backend.cc b/backends/rtlil/rtlil_backend.cc index ddc4769f6..434992cc7 100644 --- a/backends/rtlil/rtlil_backend.cc +++ b/backends/rtlil/rtlil_backend.cc @@ -497,9 +497,6 @@ struct DumpPass : public Pass { log(" -n\n"); log(" only dump the module headers if the entire module is selected\n"); log("\n"); - log(" -d\n"); - log(" include driver cell and port info on wires in dump format\n"); - log("\n"); log(" -o \n"); log(" write to the specified file.\n"); log("\n");