Skip to content

Commit db4750f

Browse files
committed
Update usage documentation to include 'diff' in set operation options
1 parent a1cb8ba commit db4750f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

data/usage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@
11551155
{
11561156
"Option": "setop",
11571157
"Type": "String",
1158-
"Description": "Allows to choose a different set operation between 'union', 'diffa', 'diffb', 'diffab' (symetric difference) and 'intersect' (default)"
1158+
"Description": "Allows to choose a different set operation between 'union', 'diffa', 'diffb', 'diffab' (symetric difference), 'diff' and 'intersect' (default)"
11591159
}
11601160
],
11611161
[

src/docs/USAGE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,9 +600,10 @@ List of options to use when _set=..._:
600600

601601
| Option | Type | Description |
602602
|--------|------|-------------|
603-
| setop | String | Allows to choose a different set operation between 'union', 'diffa', 'diffb', 'diffab' (symetric difference) and 'intersect' (default) |
603+
| setop | String | Allows to choose a different set operation between 'union', 'diffa', 'diffb', 'diffab' (symetric difference), 'diff' and 'intersect' (default) |
604604

605605
> Example: ```set="(a: old, b: new)" setop=diffb```
606+
> 'setop=diff' will add an extra column '*' to identify if a line only exists in 'a' or in 'b'
606607
607608
---
608609

0 commit comments

Comments
 (0)