Skip to content

Commit 67738f7

Browse files
committed
[README.md] external diff command documentation update
1 parent a0b3fa9 commit 67738f7

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
@@ -162,7 +162,7 @@ By default, fdiff performs diffs with Python source. If you run into performanc
162162
For example, you may run the `diff -u` command on GNU/Linux or macOS like this:
163163

164164
```
165-
$ fdiff --external
165+
$ fdiff --external="diff -u" [PRE-FONT FILE PATH] [POST-FONT FILE PATH]
166166
```
167167

168168
fdiff supports external diff tool with colored formatting and OpenType table filtering. The context line, head, and tail options are not supported with the use of external diff tools.

0 commit comments

Comments
 (0)