fix dupe param

This commit is contained in:
Antonio J. Delgado 2025-07-06 12:00:29 +03:00
parent 174ce05c91
commit b0582ead43

View file

@ -418,7 +418,7 @@ removing it..."
@click.option("--faces-directory", "-f", required=True, help="Folder that \
contains the pictures that identify people. Filename would be used as the \
name for the person. Just one person per picture.")
@click.option("--directory", "-d", required=True, help="Folder with the \
@click.option("--directory", "-D", required=True, help="Folder with the \
pictures to classify.")
@click.option("--no-move", "-n", is_flag=True, help="Don't move files, just \
add people's tag.")