From fc27452b67dcfabc55a08e3d90ff00e1335b99a5 Mon Sep 17 00:00:00 2001 From: Ryan Kistner Date: Wed, 23 Jan 2013 18:17:39 -0700 Subject: [PATCH] DepotDownloader: Better command line parameter name --- DepotDownloader/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index 9bde97e4..203711f4 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -75,7 +75,7 @@ namespace DepotDownloader int depotVersion = GetIntParameter( args, "-version" ); ContentDownloader.Config.PreferBetaVersions = HasParameter( args, "-beta" ); - ContentDownloader.Config.BetaPassword = GetStringParameter( args, "-betpassword" ); + ContentDownloader.Config.BetaPassword = GetStringParameter( args, "-betapassword" ); // this is a Steam2 option if ( !bGameserver && !bApp && depotVersion == -1 )