mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated to bold red
This commit is contained in:
parent
124c237242
commit
0dc2737447
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class Usage(Configs):
|
||||||
f'[{self.cyan}COMMAND{self.endc}] <packages>\n'
|
f'[{self.cyan}COMMAND{self.endc}] <packages>\n'
|
||||||
f"Try 'slpkg --help' for help.\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}COMMAND:{self.endc} {self.cyan}{command}{self.endc}"
|
||||||
f"\n{self.bold}OPTIONS:{self.endc} {self.yellow}{', '.join(flags)}{self.endc}\n")
|
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.')
|
print('If you need more information try to use slpkg manpage.')
|
||||||
|
|
Loading…
Add table
Reference in a new issue