Skip to content

Commit

Permalink
Updating usage (readme & doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
yazgazan committed May 3, 2017
1 parent 34459d8 commit f1143c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ Usage:
jaydiff [OPTIONS] FILE_1 FILE_2
Application Options:
-i, --ignore= paths to ignore (glob)
--indent= indent string (default: "\t")
-t, --show-types show types
-r, --report output report format
-i, --ignore= paths to ignore (glob)
--indent= indent string (default: "\t")
-t, --show-types show types
--ignore-excess ignore excess keys and arrey elements
-r, --report output report format
Help Options:
-h, --help Show this help message
-h, --help Show this help message
```

## Examples
Expand Down
11 changes: 6 additions & 5 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
// jaydiff [OPTIONS] FILE_1 FILE_2
//
// Application Options:
// --indent= indent string (default: "\t")
// -t, --show-types show types
// -i, --ignore= paths to ignore (glob)
// -r, --report output report format
// -i, --ignore= paths to ignore (glob)
// --indent= indent string (default: "\t")
// -t, --show-types show types
// --ignore-excess ignore excess keys and arrey elements
// -r, --report output report format
//
// Help Options:
// -h, --help Show this help message
// -h, --help Show this help message
//
package main

0 comments on commit f1143c2

Please sign in to comment.