From 120ceacaf7709c0c16e8914aa858e53497698dc6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 11 Apr 2021 18:07:31 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b172e817d14..f14a44cec24 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