Skip to content

Commit

Permalink
docs: correct example file path
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jan 31, 2023
1 parent dee16f8 commit 3e228f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion row_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Examples:
python row_cli.py storage generate-index --from=./test-data --save-to=./data
python row_cli.py storage pick-range --from=.ephemeral --task-index=0 --instances=10 --file-count=100
python row_cli.py image convert ./test/data/multiple_page.pdf --save-to=./test
python row_cli.py image convert ./test-data/multiple_page.pdf --save-to=./test
"""

from pathlib import Path
Expand Down

0 comments on commit 3e228f2

Please sign in to comment.