Smashed bug with argument-parsing

This commit is contained in:
Dominik Moritz Roth 2021-10-17 15:51:26 +02:00
parent 8778cfdae6
commit ce99e5301b

View File

@ -905,7 +905,7 @@ def cliInterface():
parser = argparse.ArgumentParser(description='TODO: Write Description.')
parser.add_argument('--keep-priv', action="store_true")
parser.add_argument('--keep-whitepaper', action="store_true")
parser.add_argument('--keep-whitepapers', action="store_true")
parser.add_argument('--remove-read', action="store_true")
parser.add_argument('--remove-unread', action="store_true")
parser.add_argument('--no-web', action="store_true")