Fixed parenthesis

This commit is contained in:
Dimitris Zlatanidis 2023-01-17 19:48:31 +02:00
parent 714628a380
commit a16eeb0f38

View file

@ -27,7 +27,7 @@ class Usage(Configs):
f' slpkg [{self.cyan}COMMAND{self.endc}] [-t, tracking] <packages>\n'
f' slpkg [{self.yellow}OPTIONS{self.endc}] [--yes, --jobs, --resolve-off, --reinstall]\n'
f' slpkg [{self.yellow}OPTIONS{self.endc}] [--skip-installed, --full-reverse, --search]\n'
f' slpkg [{self.yellow}OPTIONS{self.endc}] [--no-silent, --directory=PATH\n'
f' slpkg [{self.yellow}OPTIONS{self.endc}] [--no-silent, --directory=PATH]\n'
" \nIf you need more information please try 'slpkg --help'.")
print(args)