Fixed usage message

This commit is contained in:
Dimitris Zlatanidis 2023-04-12 23:42:15 +03:00
parent 8e54d2ba1c
commit 8d6314aa99

View file

@ -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")