aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2018-04-27 09:50:03 +0200
committerDaniel Lange <DLange@git.local>2018-04-27 09:50:03 +0200
commitac568bdf68a83c1b5aa2a59981ea31f715155876 (patch)
tree762868401d462a0b45aad7588a493bbd4469c784
parent2dd1e47a239dcbf18d2ce448804ac2b057fe07a1 (diff)
downloadfindcontact-ac568bdf68a83c1b5aa2a59981ea31f715155876.tar.gz
findcontact-ac568bdf68a83c1b5aa2a59981ea31f715155876.tar.bz2
findcontact-ac568bdf68a83c1b5aa2a59981ea31f715155876.zip
Fix more typos
-rw-r--r--README.md4
1 files 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

© 2014-2024 Faster IT GmbH | imprint | privacy policy