updated parser descriptions
This commit is contained in:
@@ -330,14 +330,14 @@ if __name__ == "__main__":
|
|||||||
# Build and parse arguments
|
# Build and parse arguments
|
||||||
parser = optparse.OptionParser(
|
parser = optparse.OptionParser(
|
||||||
usage="%prog [options]",
|
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(
|
parser.add_option(
|
||||||
"-c",
|
"-c",
|
||||||
"--config",
|
"--config",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
dest="config",
|
dest="config",
|
||||||
help="Edit configuration."
|
help="Edit Bitwarden account configuration."
|
||||||
)
|
)
|
||||||
parser.add_option (
|
parser.add_option (
|
||||||
"-v",
|
"-v",
|
||||||
|
|||||||
Reference in New Issue
Block a user