From 908dacfefa70693d22ab81c7266c50048af93a03 Mon Sep 17 00:00:00 2001 From: Chad Sharp Date: Mon, 31 Jul 2017 09:37:52 -0400 Subject: [PATCH] Fix typo --- check50.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check50.py b/check50.py index 54755f64..a3ddc3b7 100755 --- a/check50.py +++ b/check50.py @@ -55,7 +55,7 @@ def main(): parser.add_argument("--checkdir", action="store", nargs="?", - const="~/.local/share/check50", + default="~/.local/share/check50", help="specify directory containing the checks " "(~/.local/share/check50 by default)") parser.add_argument("--log",