From 92d76d9d2dd3343e2fa684fa03ca43a3001de950 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 26 Oct 2024 09:14:54 -0500 Subject: [PATCH] Updated help for --reset --- osxphotos/cli/timewarp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osxphotos/cli/timewarp.py b/osxphotos/cli/timewarp.py index f6d9ca2e..b0113a1b 100644 --- a/osxphotos/cli/timewarp.py +++ b/osxphotos/cli/timewarp.py @@ -258,7 +258,8 @@ def get_help(self, ctx): "-R", is_flag=True, help="Reset date/time/timezone for selected photos to the original values. " - "This only works on macOS >= 13.0 (Ventura).", + "This only works on macOS >= 13.0 (Ventura). Photos imported on older versions of macOS may not " + "have an original date/time stored in the Photos database so the command will have no effect for these photos.", ) @click.option( "--inspect",