From e5d7c59ef507ec308aa88760e099a48c88e2b218 Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 9 Apr 2026 17:53:31 +0200 Subject: [PATCH] delimeter after h --- theXORitself.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theXORitself.py b/theXORitself.py index 727b983..cbc9f0b 100644 --- a/theXORitself.py +++ b/theXORitself.py @@ -8,7 +8,7 @@ def main(argv): comp3 = '' try: - opts, args = getopt.getopt(argv,"hc1:c2:c3:",["comp1=","comp2=","comp3="]) + opts, args = getopt.getopt(argv,"h:c1:c2:c3:",["comp1=","comp2=","comp3="]) except getopt.GetoptError: print ('test.py -i -a
-p ') sys.exit(2)