Updated to bold red

This commit is contained in:
Dimitris Zlatanidis 2023-02-27 13:35:09 +02:00
parent 124c237242
commit 0dc2737447

View file

@ -84,7 +84,7 @@ class Usage(Configs):
f'[{self.cyan}COMMAND{self.endc}] <packages>\n'
f"Try 'slpkg --help' for help.\n")
print(f"{self.red}Error:{self.endc} Got an unexpected extra option.\n"
print(f"{self.bold}{self.red}Error:{self.endc} Got an unexpected extra option.\n"
f"\n{self.bold}COMMAND:{self.endc} {self.cyan}{command}{self.endc}"
f"\n{self.bold}OPTIONS:{self.endc} {self.yellow}{', '.join(flags)}{self.endc}\n")
print('If you need more information try to use slpkg manpage.')