mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fixed usage message
This commit is contained in:
parent
8e54d2ba1c
commit
8d6314aa99
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Usage(Configs):
|
|||
""" Prints the minimal help menu. """
|
||||
print(message)
|
||||
args: str = (
|
||||
f'\nUsage: {self.prog_name} [{self.cyan}COMMAND{self.endc}] [{self.yellow}OPTIONS{self.endc}]'
|
||||
f'\nUsage: {self.prog_name} [{self.cyan}COMMAND{self.endc}] [{self.yellow}OPTIONS{self.endc}] '
|
||||
f'[FILELIST|PACKAGES...]\n'
|
||||
f"\nTry '{self.prog_name} --help' for more options.\n")
|
||||
|
||||
|
|
Loading…
Reference in a new issue