Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Commit 69c868b

Browse files
committed
docs: update usage info
1 parent 12e2f3c commit 69c868b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ make install
2929

3030
```
3131
Usage:
32-
diff-tool -f1 /path/to/file1.txt -f2 /path/to/file2.txt -o path/to/diff.html
32+
diff-tool --file1 /path/to/file1.txt --file2 /path/to/file2.txt --output path/to/diff.html
3333
3434
Options:
3535
-h, --help show this help message and exit
@@ -38,7 +38,7 @@ Options:
3838
-f2 FILE2, --file2 FILE2
3939
The path to the second file compared to the base file.
4040
-o OUTPUT, --output OUTPUT
41-
The path to the output file including filename.
41+
The path/name to the output file where the diff will be stored.
4242
```
4343

4444
## Development

0 commit comments

Comments
 (0)