Skip to content

Commit f1143c2

Browse files
committed
Updating usage (readme & doc)
1 parent 34459d8 commit f1143c2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Readme.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ Usage:
2424
jaydiff [OPTIONS] FILE_1 FILE_2
2525
2626
Application Options:
27-
-i, --ignore= paths to ignore (glob)
28-
--indent= indent string (default: "\t")
29-
-t, --show-types show types
30-
-r, --report output report format
27+
-i, --ignore= paths to ignore (glob)
28+
--indent= indent string (default: "\t")
29+
-t, --show-types show types
30+
--ignore-excess ignore excess keys and arrey elements
31+
-r, --report output report format
3132
3233
Help Options:
33-
-h, --help Show this help message
34+
-h, --help Show this help message
3435
```
3536

3637
## Examples

doc.go

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
// jaydiff [OPTIONS] FILE_1 FILE_2
55
//
66
// Application Options:
7-
// --indent= indent string (default: "\t")
8-
// -t, --show-types show types
9-
// -i, --ignore= paths to ignore (glob)
10-
// -r, --report output report format
7+
// -i, --ignore= paths to ignore (glob)
8+
// --indent= indent string (default: "\t")
9+
// -t, --show-types show types
10+
// --ignore-excess ignore excess keys and arrey elements
11+
// -r, --report output report format
1112
//
1213
// Help Options:
13-
// -h, --help Show this help message
14+
// -h, --help Show this help message
1415
//
1516
package main

0 commit comments

Comments
 (0)