split workflow and documentation

This commit is contained in:
2023-12-25 21:51:08 +01:00
parent 2d7e380476
commit 69cac0bd47
4 changed files with 103 additions and 11 deletions

View File

@ -96,7 +96,7 @@ def main():
print("Unable to parse config!")
print("Example usage:")
print(
" python extract_photos.py source_dir=scans/ destination_dir=photos/"
" python extract_photos.py source_dir=scans/ destination_dir=tmp/"
)
sys.exit(-1)