mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-20 07:36:39 +00:00
read_verilog_file_list: change short help message to start with lower case
This commit is contained in:
parent
857baf2031
commit
406ee4c8d3
|
@ -715,7 +715,7 @@ static void parse_file_list(const std::string &file_list_path, RTLIL::Design *de
|
|||
}
|
||||
|
||||
struct VerilogFileList : public Pass {
|
||||
VerilogFileList() : Pass("read_verilog_file_list", "Parse a Verilog file list") {}
|
||||
VerilogFileList() : Pass("read_verilog_file_list", "parse a Verilog file list") {}
|
||||
void help() override
|
||||
{
|
||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||
|
|
Loading…
Reference in a new issue