diff --git a/caliGraph.py b/caliGraph.py index 4261344..cc7e2dd 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -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")