1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00

Fixed typo on program startup blurb.

This commit is contained in:
Tim Sarbin 2018-12-08 09:13:53 -05:00
parent a624fcaa66
commit ebfcf5cf26

View File

@ -38,7 +38,7 @@ namespace OpenDiablo2
log.Info("OpenDiablo 2: The Free and Open Source Diablo 2 clone!\n" +
"This program comes with ABSOLUTELY NO WARRANTY.\n" +
"This is free software, and you are welcome to redistribute it\n" +
"under certain conditions; type `show c' for details.");
"under certain conditions;");
// Parse the command-line arguments.
Parser.Default.ParseArguments<CommandLineOptions>(args).WithParsed(o => globalConfiguration = new GlobalConfiguration