Skip to content

Commit df9e6ff

Browse files
committed
Less confusing shorthand for CDN dir
1 parent e19716c commit df9e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TACTTool/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static async Task Main(string[] args)
6666
rootCommand.AddOption(baseDirOption);
6767

6868
var cdnDirOption = new Option<string?>(name: "--cdndir", description: "CDN folder to use as read-only file cache (if available)");
69-
cdnDirOption.AddAlias("-cdnd");
69+
cdnDirOption.AddAlias("-cd");
7070
rootCommand.AddOption(cdnDirOption);
7171

7272
var additionalCDNsOption = new Option<string?>(name: "--cdns", description: "Additional CDN hostnames to use, separated by commas (only specify hostnames)");

0 commit comments

Comments
 (0)