From 69c868bd8cdfdbdc4c09cdf873f486eb1dfb05f1 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 25 Nov 2021 20:11:36 -0700 Subject: [PATCH] docs: update usage info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5de01c..bab4938 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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