From 512e13cc88451f63012b24b9fe32b88120799e15 Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 1 Feb 2012 15:22:25 -0600 Subject: [PATCH] Small fixup for printed usage. --- DepotDownloader/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DepotDownloader/Program.cs b/DepotDownloader/Program.cs index 86f2609e..aca38265 100644 --- a/DepotDownloader/Program.cs +++ b/DepotDownloader/Program.cs @@ -269,8 +269,6 @@ namespace DepotDownloader Console.WriteLine( "Parameters:" ); Console.WriteLine( "\t-depot #\t\t\t- the DepotID to download." ); Console.WriteLine( "\t OR" ); - Console.WriteLine( "\t-manifest #\t\t\t- downloads a human readable manifest for the depot." ); - Console.WriteLine( "\t OR" ); Console.WriteLine( "\t-app #\t\t\t\t- the AppID to download." ); Console.WriteLine( "\t OR" ); Console.WriteLine( "\t-game name\t\t\t- the HLDSUpdateTool game server to download." ); @@ -291,6 +289,7 @@ namespace DepotDownloader Console.WriteLine( "\t-all-platforms\t\t\t- downloads all platform-specific depots when -game or -app is used." ); Console.WriteLine( "\t-beta\t\t\t\t- download beta version of depots if available." ); Console.WriteLine( "\t-listdepots\t\t\t- When used with -app or -game, only list relevant depotIDs and quit." ); + Console.WriteLine( "\t-manifest\t\t\t- downloads a human readable manifest for any depots that would be downloaded." ); } } }