Skip to content

Commit a4b1596

Browse files
authored
Merge pull request #29 from aivanovski/feature/update-help-text
Update help text
2 parents 4804679 + e9c3dba commit a4b1596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/ai/kpdiff/domain/usecases/PrintHelpUseCase.kt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class PrintHelpUseCase(
3232
-k, --key-file Path to key file for <FILE-A> and <FILE-B>
3333
-a, --key-file-a Path to key file for <FILE-A>
3434
-b, --key-file-b Path to key file for <FILE-B>
35+
-n, --no-color Disable colored output
3536
-d, --diff-by Type of differ, default is 'path'. Possible values:
3637
path - produces more accurate diff, considers entries identical if they have identical content but UUID differs
3738
uid - considers entries identical if they have identical content and UUID

0 commit comments

Comments
 (0)