From f45ecd7be339660ffe0cdae9a49c4f600c2ab09d Mon Sep 17 00:00:00 2001 From: Evan Sultanik Date: Tue, 19 May 2020 16:12:22 -0400 Subject: [PATCH] Also documented the `-e` option. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a2e12..7d632d1 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,13 @@ Likewise, use the `--join-dict-items` or `-jd` option to suppress linebreaks aft 3 ], "bar": "baz"} ``` -Finally, use `--condensed` or `-j` to apply both of these options: +Use `--condensed` or `-j` to apply both of these options: ```json {"foo": [1, 2, 3], "bar": "baz"} ``` +The `--only-edits` or `-e` option will print out a list of edits rather than applying them to the input file in place. + ### Matching Options By default, Graphtage tries to match all possible pairs of elements in a dictionary. While computationally tractable, this can sometimes be onerous for input files with huge dictionaries. The `--no-key-edits` or `-k` option will instead