bitwarden

This commit is contained in:
jaydee
2024-09-23 17:13:50 +02:00
parent 03e53bdda3
commit 0a85bc7457

View File

@@ -10,7 +10,7 @@ import getopt
try: 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: except getopt.GetoptError as err:
# print help information and exit: # print help information and exit:
print(str(err)) # will print something like "option -a not recognized" print(str(err)) # will print something like "option -a not recognized"