updated to correctly have help working
This commit is contained in:
@@ -306,7 +306,7 @@ if __name__ == "__main__":
|
||||
|
||||
# Build and parse arguments
|
||||
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.")
|
||||
parser.add_argument(
|
||||
"-a",
|
||||
|
||||
Reference in New Issue
Block a user