updated to correctly have help working
This commit is contained in:
@@ -306,7 +306,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# Build and parse arguments
|
# Build and parse arguments
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
usage="%prog [options]",
|
usage="{} [options]".format(os.path.basename(__file__)),
|
||||||
description="Run Bitwarden backup opteration. This will produce an encrypted zip/tar with exported CSV, JSON, and attachements.")
|
description="Run Bitwarden backup opteration. This will produce an encrypted zip/tar with exported CSV, JSON, and attachements.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-a",
|
"-a",
|
||||||
|
|||||||
Reference in New Issue
Block a user