Force tool option makes not sense now

parent 691523ff
......@@ -1543,9 +1543,3 @@ Set logging level for the Python logger facility. You can choose one of the leve
+---------------+---------------+
``--force``
-----------
Force hdlmake to generate the makefile, even if the specified tool is missing.
......@@ -208,12 +208,6 @@ def _get_parser():
dest="log",
default="info",
help="set logging level: debug, info, warning, error, critical")
parser.add_argument(
"--force",
help="force hdlmake to generate the makefile, "
"even if the specified tool is missing",
default=False,
action="store_true")
return parser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment