From adb73c8b36a4145356477d3fd41cf70a3ae5fe71 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 21 Nov 2021 17:29:14 +0000 Subject: added signature verification and best source selection --- src/xi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xi.py') diff --git a/src/xi.py b/src/xi.py index d00c2df..f6089ec 100644 --- a/src/xi.py +++ b/src/xi.py @@ -20,7 +20,7 @@ verbs = { v: globals()[v] for v in [ def main(): opts = options.parse_args() args = opts["args"] - + if opts["h"]: options.print_usage() return -- cgit v1.2.1