mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixe typo
This commit is contained in:
parent
faf95e5780
commit
2d7b5c04e2
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue