From ad9dcd9ed7fe0dccc0e0f8415409f0b1743ca1b4 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Tue, 5 Jan 2021 21:10:37 -0800 Subject: [PATCH] Updated help text for --export-as-hardlink, #287 --- osxphotos/__main__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/osxphotos/__main__.py b/osxphotos/__main__.py index 2fe9fb44..7f125c62 100644 --- a/osxphotos/__main__.py +++ b/osxphotos/__main__.py @@ -1345,8 +1345,10 @@ def query( @click.option( "--export-as-hardlink", is_flag=True, - help="Hardlink files instead of copying them. " - "Cannot be used with --exiftool which creates copies of the files with embedded EXIF data.", + help="Hardlink files instead of copying them. " + "Cannot be used with --exiftool which creates copies of the files with embedded EXIF data. " + "Note: on APFS volumes, files are cloned when exporting giving many of the same " + "advantages as hardlinks without having to use --export-as-hardlink." ) @click.option( "--touch-file",