Adjust help wording
This commit is contained in:
parent
cb7e0802c2
commit
1cb9d90e73
@ -1,13 +1,13 @@
|
||||
import load_config
|
||||
import image_processing
|
||||
|
||||
import os, sys, time, argparse
|
||||
import os, sys, time, argparse, random
|
||||
|
||||
def parse_arguments():
|
||||
parser = argparse.ArgumentParser(description="Social Photos Uploader")
|
||||
parser.add_argument('path', help="Directory or file path")
|
||||
parser.add_argument('-r', '--random', action='store_true', help="Randomly select one photo to upload")
|
||||
parser.add_argument('-d', '--delete', action='store_true', help="Delete the image file once uploaded")
|
||||
parser.add_argument('-d', '--delete', action='store_true', help="Delete the image files once uploaded")
|
||||
return parser.parse_args()
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user