diff --git a/legendary/cli.py b/legendary/cli.py index e57ccb3..4908b25 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -427,7 +427,8 @@ def main(): auth_parser = subparsers.add_parser('auth', help='Authenticate with EPIC') install_parser = subparsers.add_parser('install', help='Download a game', aliases=('download', 'update'), - usage='%(prog)s [options]') + usage='%(prog)s [options]', + description='Aliases: download, update') uninstall_parser = subparsers.add_parser('uninstall', help='Uninstall (delete) a game') launch_parser = subparsers.add_parser('launch', help='Launch a game', usage='%(prog)s [options]', description='Note: additional arguments are passed to the game')