Skip to content

Commit

Permalink
lmkconf: Attribution is important ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Lopez committed Oct 20, 2016
1 parent 1a24987 commit bb0a354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lmkconf/lmkconf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import sys
import argparse

parser = argparse.ArgumentParser(description='Converts a raw register file from Texas Instruments CodeLoader\nto a C struct ready to be copypasted in Zynq-based HW first-stage bootloaders')

parser = argparse.ArgumentParser(description='Converts a raw register file from Texas Instruments CodeLoader\nto a C struct ready to be copypasted in Zynq-based HW first-stage bootloaders',
epilog='lmkconf - 2016, Jose Lopez Jimenez - joselj@ugr.es')
parser.add_argument("inputfile", help="Input file from CodeLoader")
parser.add_argument("outputfile", help="Output file")

Expand Down

0 comments on commit bb0a354

Please sign in to comment.