Skip to content

Commit

Permalink
Updated help for --reset
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Oct 26, 2024
1 parent 0554c85 commit 92d76d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osxphotos/cli/timewarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92d76d9

Please sign in to comment.