mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixe typo
This commit is contained in:
parent
2d7b5c04e2
commit
8880ac2f24
1 changed files with 3 additions and 3 deletions
|
@ -324,7 +324,7 @@ class Menu(Configs):
|
|||
print(f'{self.yellow}{self.ascii.done}{self.endc}')
|
||||
|
||||
def check_for_repositories(self) -> None:
|
||||
""" Checks combination for binaries use repositories only and if repository exists. """
|
||||
""" Checks a combination for binaries use repositories only and if repository exists. """
|
||||
except_options: tuple = (
|
||||
'-s', 'search',
|
||||
)
|
||||
|
@ -357,7 +357,7 @@ class Menu(Configs):
|
|||
if repeat:
|
||||
self.usage.help_minimal(f"{self.prog_name}: invalid recurring options '{', '.join(repeat)}'")
|
||||
|
||||
# Fixed for invalid commands combination.
|
||||
# Fixed for an invalid commands combination.
|
||||
if len(commands) > 1:
|
||||
self.usage.help_minimal(f"{self.prog_name}: invalid commands combination '{', '.join(commands)}'")
|
||||
|
||||
|
@ -398,7 +398,7 @@ class Menu(Configs):
|
|||
|
||||
slpkg -d package --directory=/path/to/download
|
||||
|
||||
Split the option ['--directory'] and ['/path/to/download/']
|
||||
Split the option ['--directory'] and ['/path/to/download/'].
|
||||
"""
|
||||
for arg in self.args:
|
||||
|
||||
|
|
Loading…
Reference in a new issue