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",