mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Arrange header slightly differently
This commit is contained in:
@@ -21,14 +21,15 @@ namespace DATabase
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
// Show runtime header
|
// Show runtime header
|
||||||
Console.WriteLine(@"
|
Console.WriteLine(
|
||||||
+-------------------------------------------------------------------+
|
@"+-------------------------------------------------------------------+
|
||||||
| |
|
| |
|
||||||
| DATabase 0.0.4.1 |
|
| DATabase 0.0.4.1 |
|
||||||
| |
|
| |
|
||||||
| by Matt Nadareski (darksabre76) |
|
| by Matt Nadareski (darksabre76) |
|
||||||
| |
|
| |
|
||||||
+-------------------------------------------------------------------+");
|
+-------------------------------------------------------------------+
|
||||||
|
");
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// If there's not enough arguments, show the help screen
|
// If there's not enough arguments, show the help screen
|
||||||
|
|||||||
Reference in New Issue
Block a user