diff --git a/bitwardenBackup.py b/bitwardenBackup.py index dc0002f..e45e49c 100644 --- a/bitwardenBackup.py +++ b/bitwardenBackup.py @@ -330,14 +330,14 @@ if __name__ == "__main__": # Build and parse arguments parser = optparse.OptionParser( usage="%prog [options]", - description="Run KMIP client operation") + description="Run Bitwarden backup opteration. This will produce an encrypted zip/tar with exported CSV, JSON, and attachements.") parser.add_option( "-c", "--config", action="store_true", dest="config", - help="Edit configuration." + help="Edit Bitwarden account configuration." ) parser.add_option ( "-v",