diff options
author | wagoodman <wagoodman@gmail.com> | 2016-12-23 18:06:29 -0500 |
---|---|---|
committer | wagoodman <wagoodman@gmail.com> | 2016-12-23 18:06:29 -0500 |
commit | 29d732b85f7b4ef27369d047f41d1303d3dd8968 (patch) | |
tree | 8cd4351c5eb1b4219a5494a1a1d2a7bf06d54a91 /README.md | |
parent | 64d513dde6783f9232e57bb8bfcfbbc26fe10689 (diff) | |
download | wsdiff-29d732b85f7b4ef27369d047f41d1303d3dd8968.tar.gz wsdiff-29d732b85f7b4ef27369d047f41d1303d3dd8968.tar.bz2 wsdiff-29d732b85f7b4ef27369d047f41d1303d3dd8968.zip |
tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ # diff2HtmlCompare -A python script that takes two files and compares the differences between them (side-by-side) in an HTML format. +A python script that takes two files and compares the differences between them (side-by-side) in an HTML format. Supports both python2 and python3. ### Installation ``` @@ -9,7 +9,7 @@ pip install -r requirements.txt ### Usage ``` -diff2HtmlCompare.py [-h] [-v] file1 file2 +diff2HtmlCompare.py [-h] [-s] [-v] file1 file2 positional arguments: file1 file to compare ("before" file). @@ -17,6 +17,7 @@ positional arguments: optional arguments: -h, --help show this help message and exit + -s, --show show html in a browser. -v show verbose output. ``` ### Example Output |