mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fix typo
This commit is contained in:
parent
cb5e1b7e2b
commit
8ce1289e38
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue