cellref: Move default help message to register.cc
Drop the default help message from rst while still displaying it on the command line. Fix command line formatting for older style help messages.
This commit is contained in:
@@ -84,9 +84,7 @@ for line in fileinput.input():
|
||||
simcells_reparse(simHelper)
|
||||
|
||||
# check help
|
||||
if not simHelper.desc:
|
||||
simHelper.desc.append("No help message for this cell type found.\n")
|
||||
elif simHelper.ver == "1" and short_filename == "simlib.v" and simHelper.desc[1].startswith(' '):
|
||||
if simHelper.desc and simHelper.ver == "1" and short_filename == "simlib.v" and simHelper.desc[1].startswith(' '):
|
||||
simHelper.desc.pop(1)
|
||||
|
||||
# check group
|
||||
|
||||
Reference in New Issue
Block a user