Skip to content

Commit 31edbbb

Browse files
Missed a spot to update flag in REAMDE.md
1 parent 8b4da51 commit 31edbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Diff to Html generates pretty HTML diffs from unified and git diff output in you
8585
-> print json format to stdout
8686
diff2html -F my-pretty-diff.html -- -M HEAD~1
8787
-> print to file
88-
diff2html -F my-pretty-diff.html -w my-custom-template.html -- -M HEAD~1
88+
diff2html -F my-pretty-diff.html -hwt my-custom-template.html -- -M HEAD~1
8989
-> print to file using custom markup
9090
templates can include the following variables:
9191
`<!--diff2html-css-->` - writes default CSS to page

0 commit comments

Comments
 (0)