diff --git a/README.md b/README.md index 7e549e4..ec41dbb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a simple java tool to check diff between two excel files. Java 8+ ## Usage -java -jar excel-diff-checker.jar \ \ [-r] [-s \]-> where File1 and File2 are mandatory, options: 'r' & 's' are optional. +java -jar excel-diff-checker.jar -b "[file 1]" -t "[file2]" -r -s sheet1-> where -b, -t File1 and File2 are mandatory, options: 'r' & 's' are optional. ## Notes to follow - This tool is not having any complex algorithm to check diff, so won't be able to detect column/row addition/deletion.