From ac568bdf68a83c1b5aa2a59981ea31f715155876 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 27 Apr 2018 09:50:03 +0200 Subject: Fix more typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f16982..8d501a7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It assumes Linux line endings in the `contacts.vcf` file (\n only). We never saw ## Usage -`findcontact` takes an arbitrary number of arguments which are all regexes. All of the arguments to give must match to have a vcard shown. All matches are case-insensitive. +`findcontact` takes an arbitrary number of arguments which are all regexes. All of the arguments given must match to have a vcard shown. All matches are case-insensitive. Thus you can easily iterate: @@ -45,7 +45,7 @@ If you want to limit the fields printed, use grep: $ findcontact pizza | grep "^\(FN\|TEL\|$\|Found \)" -Inside `findcontact` you'll find that the `VERSION`, `PRODID`, `PHOTO`, `UID` and `X-RADICALE-NAME` fields are removed form the output. If you need any of them or want to always remove further fields from output ... change the appropriate lines. +Inside `findcontact` you'll find that the `VERSION`, `PRODID`, `PHOTO`, `UID` and `X-RADICALE-NAME` fields are removed from the output. If you need any of them or want to always remove further fields from output ... change the appropriate lines. ## Support -- cgit v1.2.3