From: Clifford Wolf Date: Thu, 10 Mar 2016 10:14:51 +0000 (+0100) Subject: Fixed typos in verilog_defaults help message X-Git-Tag: yosys-0.7~310 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35a6ad4cc162d0f6aeec5bab1fd52d6ca041d868;p=yosys.git Fixed typos in verilog_defaults help message --- diff --git a/frontends/verilog/verilog_frontend.cc b/frontends/verilog/verilog_frontend.cc index cd8b586c4..11c2824c3 100644 --- a/frontends/verilog/verilog_frontend.cc +++ b/frontends/verilog/verilog_frontend.cc @@ -362,13 +362,13 @@ struct VerilogDefaults : public Pass { log("Add the specified options to the list of default options to read_verilog.\n"); log("\n"); log("\n"); - log(" verilog_defaults -clear"); + log(" verilog_defaults -clear\n"); log("\n"); log("Clear the list of Verilog default options.\n"); log("\n"); log("\n"); - log(" verilog_defaults -push"); - log(" verilog_defaults -pop"); + log(" verilog_defaults -push\n"); + log(" verilog_defaults -pop\n"); log("\n"); log("Push or pop the list of default options to a stack. Note that -push does\n"); log("not imply -clear.\n");