diff --git a/README.md b/README.md index b172e817..f14a44ce 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Using the default separator. | unmerged_files | `string` | 'new.txt other.png ...' | Select only files that are Unmerged (U) | | unknown_files | `string` | 'new.txt other.png ...' | Select only files that are Unknown (X) | | all_changed_files | `string` | 'new.txt other.png ...' | Select all paths (*)
*i.e a combination of all options above.* | -| all_modified_files | `string` | 'new.txt other.png ...' | Select all modified files (*)
*i.e a combination of all added,
copied and modified files (ACM).* | +| all_modified_files | `string` | 'new.txt other.png ...' | Select all modified files
*i.e a combination of all added,
copied and modified files (ACM).* | ## Example