From 943f5aa5fb6fd2523d63b90185869c4a47666d44 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 17 Mar 2023 21:55:37 +0200 Subject: [PATCH] Updated for comments --- slpkg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/main.py b/slpkg/main.py index 05c1c525..3403bbd2 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -278,7 +278,7 @@ class Argparse(Configs): elif arg[0] == '-' and arg not in self.options: invalid.append(arg) - # Counts the doubles options. + # Counts the recurring options. for opt in self.flags: if opt[0] == '-' and opt in self.options: if self.flags.count(opt) > 1: