From 284bd797ee5d7eb3bdba6854f61061f60bf7ed54 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Fri, 3 Nov 2023 15:45:25 -0400 Subject: [PATCH] updated to correctly have help working --- bitwardenBackup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwardenBackup.py b/bitwardenBackup.py index b2457ad..85fa505 100644 --- a/bitwardenBackup.py +++ b/bitwardenBackup.py @@ -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",