Blog.Tools.ApplicationSetup.Program.ShowHelp C# (CSharp) Method

ShowHelp() private static method

private static ShowHelp ( ) : void
return void
		private static void ShowHelp()
		{
			AddConsoleMessage("Usage:");
			AddConsoleMessage("\t --help \t Displays this info");
			AddConsoleMessage("\t --drop \t Drops all database associated with the app");
			AddConsoleMessage("\t --seed \t Initializes the app and creates test data");
		}