fix dupe param
This commit is contained in:
parent
174ce05c91
commit
b0582ead43
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue