This commit is contained in:
Dimitris Zlatanidis 2023-01-10 22:26:41 +02:00
parent cb5e1b7e2b
commit 8ce1289e38

View file

@ -72,7 +72,7 @@ class Usage:
raise SystemExit(status)
def error_for_options(self, flags):
""" Error message for flags. """
""" Error messages for flags. """
print(f'Usage: {Configs.prog_name} [{self.yellow}OPTIONS{self.endc}] '
f'[{self.cyan}COMMAND{self.endc}] <packages>')
print("Try 'slpkg --help' for help.\n")