Skip to content

Commit 6c216a3

Browse files
fix: typo in README (#451)
1 parent 2ad9498 commit 6c216a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Both can coexist with standard Tag parsing.
577577
| `enum:"X,Y,..."` | Set of valid values allowed for this flag. An enum field must be `required` or have a valid `default`. |
578578
| `group:"X"` | Logical group for a flag or command. |
579579
| `xor:"X,Y,..."` | Exclusive OR groups for flags. Only one flag in the group can be used which is restricted within the same command. When combined with `required`, at least one of the `xor` group will be required. |
580-
| `and:"X,Y,..."` | Exclsuive AND groups for flags. All flags in the group must be used in the same command. When combined with `required`, all flags in the group will be required. |
580+
| `and:"X,Y,..."` | Exclusive AND groups for flags. All flags in the group must be used in the same command. When combined with `required`, all flags in the group will be required. |
581581
| `prefix:"X"` | Prefix for all sub-flags. |
582582
| `envprefix:"X"` | Envar prefix for all sub-flags. |
583583
| `set:"K=V"` | Set a variable for expansion by child elements. Multiples can occur. |

0 commit comments

Comments
 (0)