cc: make it work with modern lark
This commit is contained in:
@@ -69,7 +69,7 @@ def dump(secmap):
|
||||
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description='Assemble.')
|
||||
parser = argparse.ArgumentParser(description='Link.')
|
||||
parser.add_argument('--debug', action='store_true',
|
||||
help='print debug info')
|
||||
parser.add_argument('objfiles', metavar='O', nargs='+',
|
||||
|
||||
Reference in New Issue
Block a user