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:
@@ -18,7 +18,7 @@ namespace SabreTools
|
||||
|
||||
if (args.Length == 0)
|
||||
{
|
||||
Help();
|
||||
Build.Help();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -152,13 +152,5 @@ namespace SabreTools
|
||||
string outPath = Path.GetFileNameWithoutExtension(_filename) + ".new" + Path.GetExtension(_filename);
|
||||
File.WriteAllText(outPath, Style.Beautify(tempDoc));
|
||||
}
|
||||
|
||||
private static void Help()
|
||||
{
|
||||
Console.WriteLine(@"SingleGame.exe <filename> [-r=rootdir|-n]
|
||||
-r=rootdir Set the directory name for path size
|
||||
-n Disable single-game mode
|
||||
");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user