mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move help to a central location; update help
This commit is contained in:
@@ -20,7 +20,7 @@ namespace DatSplit
|
||||
// If we don't have arguments, show help
|
||||
if (args.Length == 0 && args.Length != 3)
|
||||
{
|
||||
Help();
|
||||
Build.Help();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -158,10 +158,5 @@ namespace DatSplit
|
||||
string outPathB = Path.GetFileNameWithoutExtension(_filename) + _extB + Path.GetExtension(_filename);
|
||||
File.WriteAllText(outPathB, Style.Beautify(outDocB), Encoding.UTF8);
|
||||
}
|
||||
|
||||
public static void Help()
|
||||
{
|
||||
Console.WriteLine("DatSplit.exe <filename> <ext> <ext>");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user