Updated help text for --export-as-hardlink, #287

This commit is contained in:
Rhet Turnbull
2021-01-05 21:10:37 -08:00
parent fb5fb8ebc7
commit ad9dcd9ed7

View File

@@ -1345,8 +1345,10 @@ def query(
@click.option( @click.option(
"--export-as-hardlink", "--export-as-hardlink",
is_flag=True, is_flag=True,
help="Hardlink files instead of copying them. " help="Hardlink files instead of copying them. "
"Cannot be used with --exiftool which creates copies of the files with embedded EXIF data.", "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( @click.option(
"--touch-file", "--touch-file",