From f3674ef58b4c43b82c99c29892e7a708395ac00c Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 12 Jan 2020 08:47:42 -0800 Subject: [PATCH] Updated README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c5edaa6c..c8d1dcde 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,13 @@ Options: movies). --only-photos Search only for photos/images (default searches both images and movies). + --download-missing Attempt to download missing photos from iCloud. The + current implementation uses Applescript to interact with + Photos to export the photo which will force Photos to + download from iCloud if the photo does not exist on + disk. This will be slow and will require internet + connection. This obviously only works if the Photos + library is synched to iCloud. -h, --help Show this message and exit. ```