@@ -32,7 +32,7 @@ Diff to Html generates pretty HTML diffs from git diff output in your terminal
3232
3333## Online Example
3434
35- > Go to [ Diff2HTML] ( http ://rtfpessoa.github.io/ diff2html/)
35+ > Go to [ Diff2HTML] ( https ://diff2html.xyz /)
3636
3737## Distributions
3838
@@ -55,19 +55,20 @@ Diff to Html generates pretty HTML diffs from git diff output in your terminal
5555 Usage: diff2html [options] -- [diff args]
5656
5757 Options:
58- -s, --style Output style [string] [choices: "line", "side"] [default: "line"]
59- --su, --summary Show files summary [string] [choices: "closed", "open", "hidden"] [default: "closed"]
60- --lm, --matching Diff line matching type [string] [choices: "lines", "words", "none"] [default: "none"]
61- --lmt, --matchWordsThreshold Diff line matching word threshold [string] [default: "0.25"]
58+ -s, --style Output style [choices: "line", "side"] [default: "line"]
59+ --sc, --synchronisedScroll Synchronised horizontal scroll [choices: "enabled", "disabled"] [default: "enabled"]
60+ --su, --summary Show files summary [choices: "closed", "open", "hidden"] [default: "closed"]
61+ --lm, --matching Diff line matching type [choices: "lines", "words", "none"] [default: "none"]
62+ --lmt, --matchWordsThreshold Diff line matching word threshold [default: "0.25"]
6263 --lmm, --matchingMaxComparisons Diff line matching maximum line comparisons of a block of changes [default: 2500]
63- -f, --format Output format [string] [ choices: "html", "json"] [default: "html"]
64- -d, --diff Diff style [string] [ choices: "word", "char"] [default: "word"]
65- -i, --input Diff input source [string] [ choices: "file", "command", "stdin"] [default: "command"]
66- -o, --output Output destination [string] [ choices: "preview", "stdout"] [default: "preview"]
67- -u, --diffy Upload to diffy.org [string] [ choices: "browser", "pbcopy", "print"]
64+ -f, --format Output format [choices: "html", "json"] [default: "html"]
65+ -d, --diff Diff style [choices: "word", "char"] [default: "word"]
66+ -i, --input Diff input source [choices: "file", "command", "stdin"] [default: "command"]
67+ -o, --output Output destination [choices: "preview", "stdout"] [default: "preview"]
68+ -u, --diffy Upload to diffy.org [choices: "browser", "pbcopy", "print"]
6869 -F, --file Send output to file (overrides output option) [string]
69- --version Show version number [boolean]
70- -h, --help Show help [boolean]
70+ --version Show version number
71+ -h, --help Show help
7172
7273 Examples:
7374 diff2html -s line -f html -d word -i command -o preview -- -M HEAD~1
@@ -80,7 +81,7 @@ Diff to Html generates pretty HTML diffs from git diff output in your terminal
8081 diff2html -F my-pretty-diff.html -- -M HEAD~1
8182 -> print to file
8283
83- © 2014 rtfpessoa
84+ © 2014-2016 rtfpessoa
8485 For support, check out https://github.com/rtfpessoa/diff2html-cli
8586
8687> NOTE: notice the ` -- ` in the examples
@@ -93,7 +94,7 @@ I will try to review them as soon as possible.
9394
9495## License
9596
96- Copyright 2014 Rodrigo Fernandes. Released under the terms of the MIT license.
97+ Copyright 2014-2016 Rodrigo Fernandes. Released under the terms of the MIT license.
9798
9899## Thanks
99100
0 commit comments