Arrange header slightly differently

This commit is contained in:
Matt Nadareski
2016-03-24 21:25:40 -07:00
parent 19e05b3d22
commit 2e0d4026c4

View File

@@ -21,14 +21,15 @@ namespace DATabase
/*
// Show runtime header
Console.WriteLine(@"
+-------------------------------------------------------------------+
Console.WriteLine(
@"+-------------------------------------------------------------------+
| |
| DATabase 0.0.4.1 |
| |
| by Matt Nadareski (darksabre76) |
| |
+-------------------------------------------------------------------+");
+-------------------------------------------------------------------+
");
*/
// If there's not enough arguments, show the help screen