diff --git a/slpkg/main.py b/slpkg/main.py index 55af65a4..aa9f77b7 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -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: