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

Commit

Permalink
docs: update usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Nov 26, 2021
1 parent 12e2f3c commit 69c868b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ make install

```
Usage:
diff-tool -f1 /path/to/file1.txt -f2 /path/to/file2.txt -o path/to/diff.html
diff-tool --file1 /path/to/file1.txt --file2 /path/to/file2.txt --output path/to/diff.html
Options:
-h, --help show this help message and exit
Expand All @@ -38,7 +38,7 @@ Options:
-f2 FILE2, --file2 FILE2
The path to the second file compared to the base file.
-o OUTPUT, --output OUTPUT
The path to the output file including filename.
The path/name to the output file where the diff will be stored.
```

## Development
Expand Down

0 comments on commit 69c868b

Please sign in to comment.