summaryrefslogtreecommitdiff
path: root/html_diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'html_diff.py')
-rw-r--r--html_diff.py3
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')