mirror of https://github.com/openXC7/prjxray.git
tilegrid: fix help message
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
62d89d6776
commit
3d55b76b34
|
|
@ -549,7 +549,7 @@ def main():
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description=
|
description=
|
||||||
'Generate a simple wrapper to test synthesizing an arbitrary verilog module'
|
'Generate tilegrid.json from bitstream deltas'
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument('--verbose', action='store_true', help='')
|
parser.add_argument('--verbose', action='store_true', help='')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue