diff options
author | jaseg <git@jaseg.de> | 2022-12-31 23:09:14 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-12-31 23:09:14 +0100 |
commit | 9d5fff7dba42d03d4f6f94d40139cf3dd91c3c52 (patch) | |
tree | f02ef9bc9b6ec7e31ca8700b1731ff963dba701d /html_diff.py | |
parent | ad87eedf6bcf0699a70e16e4f02992312af8c6ef (diff) | |
download | wsdiff-9d5fff7dba42d03d4f6f94d40139cf3dd91c3c52.tar.gz wsdiff-9d5fff7dba42d03d4f6f94d40139cf3dd91c3c52.tar.bz2 wsdiff-9d5fff7dba42d03d4f6f94d40139cf3dd91c3c52.zip |
Update README
Diffstat (limited to 'html_diff.py')
-rw-r--r-- | html_diff.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html_diff.py b/html_diff.py index b0ac959..0cf9b5c 100644 --- a/html_diff.py +++ b/html_diff.py @@ -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') |