updated parser descriptions

This commit is contained in:
crp3844
2022-09-08 15:45:52 -04:00
parent 6cab1b4573
commit 70a4bb41a0

View File

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