diff --git a/handle_imported_video.py b/handle_imported_video.py index 343a0a0..cb9b678 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -10,7 +10,7 @@ import getopt try: - opts, args = getopt.getopt(sys.argv[1:], "hbl:o:s:t:", ["command=", "help", "output=", "backup"]) + opts, args = getopt.getopt(sys.argv[1:], "p:d:s:", ["command=", "help", "output=", "backup"]) except getopt.GetoptError as err: # print help information and exit: print(str(err)) # will print something like "option -a not recognized"