mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-21 19:27:47 +01:00
Fixed for update
This commit is contained in:
parent
6b404ae992
commit
92717ea575
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class Argparse(Configs):
|
||||||
self.usage.help_minimal(f"{self.prog_name}: invalid options '{', '.join(self.flags)}'")
|
self.usage.help_minimal(f"{self.prog_name}: invalid options '{', '.join(self.flags)}'")
|
||||||
|
|
||||||
if self.binary_repo not in self.repos.binaries_repositories_dict.keys() \
|
if self.binary_repo not in self.repos.binaries_repositories_dict.keys() \
|
||||||
and self.binary_repo == '*' and not self.utils.is_option(['-s', 'search'], self.args):
|
and self.binary_repo == '*' and not self.utils.is_option(['-s', 'search', '-u', 'update'], self.args):
|
||||||
self.usage.help_minimal(f"{self.prog_name}: invalid binary repository '{self.binary_repo}'")
|
self.usage.help_minimal(f"{self.prog_name}: invalid binary repository '{self.binary_repo}'")
|
||||||
|
|
||||||
def invalid_options(self) -> None:
|
def invalid_options(self) -> None:
|
||||||
|
|
Loading…
Reference in a new issue