bitwarden

This commit is contained in:
jaydee
2024-09-25 12:23:00 +02:00
parent 241ce77c3b
commit 6bd5fb6516

View File

@@ -19,7 +19,7 @@ elif sys.platform == "darwin":
elif sys.platform == "win32":
ops = "win"
try:
opts, args = getopt.getopt(sys.argv[1:], "x:ta:r:fp:d:s:", ["command=", "help", "output=", "backup"])
opts, args = getopt.getopt(sys.argv[1:], "q:x:ta:r:fp: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"