This commit is contained in:
.[d]. 2023-02-06 17:05:30 -06:00
parent f91fde0aa7
commit bf0f08be48
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,8 @@ custom image viewer for my txt2img projects
## usage
```
command line:
usage: dr1p1mage.py base_picture_directory_path starting_index rendering_mode pump_mode pump_interval shuffle
usage: dr1p1m4g3.py base_picture_directory_path starting_index rendering_mode pump_mode pump_interval shuffle
e.g. dr1p1m4g3 /home/dr1p/Pictures 0 4 1 3 1
base_picture_directory_path:
??: the directory you want to load images from

View File

@ -75,6 +75,7 @@ Change SHOWHELP=True to SHOWHELP=False to remove this message.
command line:
usage: {sys.argv[0]} base_picture_directory_path starting_index rendering_mode pump_mode pump_interval shuffle
e.g. {sys.argv[0]} /home/dr1p/Pictures 0 4 1 3 1
"""
###########################################################################################################################################