We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50c32e commit af5e1eeCopy full SHA for af5e1ee
1 file changed
README.md
@@ -49,15 +49,16 @@ Usage: diff-logs < FILE1.log # Print log file diff-friendly
49
50
Examples
51
--------
52
-### Diff two log files
+
53
+#### Diff two log files
54
```shell
55
diff-logs FILE1 FILE2 # Invokes `diff`
56
# or
57
export DIFFTOOL=meld
58
diff-logs FILE1 FILE2 # Invokes `meld`
59
```
60
-### Diff-friendly-format a single log file
61
+#### Diff-friendly-format a single log file
62
63
diff-logs < FILE1 > FILE1.clean
64
0 commit comments