From 70a4bb41a0f62290c4b1bbf0e6f69b25936a6007 Mon Sep 17 00:00:00 2001 From: crp3844 Date: Thu, 8 Sep 2022 15:45:52 -0400 Subject: [PATCH] updated parser descriptions --- bitwardenBackup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",