Update README
This commit is contained in:
parent
ad87eedf6b
commit
9d5fff7dba
2 changed files with 14 additions and 6 deletions
|
|
@ -640,8 +640,7 @@ def html_diff_block(old, new, filename, lexer):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
description = """Given two source files or directories this application\
|
||||
creates an html page which highlights the differences between the two. """
|
||||
description = "Given two source files or directories this application creates an html page that highlights the differences between the two."
|
||||
|
||||
parser = argparse.ArgumentParser(description=description)
|
||||
parser.add_argument('-b', '--open', action='store_true', help='Open output file in a browser')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue