Fixe typo

This commit is contained in:
Dimitris Zlatanidis 2023-12-10 23:28:03 +02:00
parent faf95e5780
commit 2d7b5c04e2

View file

@ -379,7 +379,7 @@ class Menu(Configs):
slpkg -jyiR package
Puts the command first and options after.
Put the command first and options after.
Result: ['-i', '-y', '-j', '-R']
"""
for args in self.args:
@ -398,7 +398,7 @@ class Menu(Configs):
slpkg -d package --directory=/path/to/download
Splits the option ['--directory'] and ['/path/to/download/']
Split the option ['--directory'] and ['/path/to/download/']
"""
for arg in self.args: