Smashed bug with argument-parsing
This commit is contained in:
parent
8778cfdae6
commit
ce99e5301b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user