mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
driver: fix help string for --help
This commit is contained in:
parent
2da54f7c6e
commit
5804510001
1 changed files with 2 additions and 2 deletions
|
@ -227,8 +227,8 @@ int main(int argc, char **argv)
|
|||
("f,frontend", "use <frontend> for the input files on the command line",
|
||||
cxxopts::value<std::string>(), "<frontend>")
|
||||
("H", "print the command list")
|
||||
("h,help", "print the help message for <command>",
|
||||
cxxopts::value<std::string>(), "<command>")
|
||||
("h,help", "print this help message. If given, print help for <command>.",
|
||||
cxxopts::value<std::string>(), "[<command>]")
|
||||
("s,scriptfile", "execute the commands in <scriptfile>",
|
||||
cxxopts::value<std::string>(), "<scriptfile>")
|
||||
("c,tcl-scriptfile", "execute the commands in the TCL <tcl_scriptfile> (see 'help tcl' for details)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue