updated to correctly have help working

This commit is contained in:
2023-11-03 15:45:25 -04:00
parent 178aae2b89
commit 284bd797ee

View File

@@ -306,7 +306,7 @@ if __name__ == "__main__":
# Build and parse arguments
parser = argparse.ArgumentParser(
usage="%prog [options]",
usage="{} [options]".format(os.path.basename(__file__)),
description="Run Bitwarden backup opteration. This will produce an encrypted zip/tar with exported CSV, JSON, and attachements.")
parser.add_argument(
"-a",