updated parser descriptions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user