From 4dd495e2f50078a321b6a9ad09dd0f52782c7702 Mon Sep 17 00:00:00 2001 From: derrod Date: Mon, 6 Dec 2021 13:20:48 +0100 Subject: [PATCH] [cli] Add aliases for --uplay --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 2d2969d..9287062 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -2073,7 +2073,7 @@ def main(): info_parser.add_argument('--platform', dest='platform', action='store', metavar='', type=str, help='Platform to fetch info for (default: installed or Mac on macOS, Windows otherwise)') - activate_parser.add_argument('--uplay', dest='uplay', action='store_true', + activate_parser.add_argument('-U', '--uplay', '--ubisoft', dest='uplay', action='store_true', help='Activate Uplay titles') args, extra = parser.parse_known_args()