mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Update Help Text
This commit is contained in:
parent
6c6bf3a3a1
commit
52fbcca993
10 changed files with 10 additions and 10 deletions
|
@ -218,7 +218,7 @@ namespace Sharpii
|
|||
public static void Wav2BNS_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -614,7 +614,7 @@ namespace Sharpii
|
|||
public static void Error_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -369,7 +369,7 @@ namespace Sharpii
|
|||
public static void ExitCode_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -459,7 +459,7 @@ namespace Sharpii
|
|||
public static void SendWad_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine(" and CRAP's installer by WiiCrazy/I.R.on");
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -349,7 +349,7 @@ namespace Sharpii
|
|||
public static void IOS_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine(" Code based off PatchIOS by leathl");
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -645,7 +645,7 @@ namespace Sharpii
|
|||
public static void NUS_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -144,7 +144,7 @@ namespace Sharpii
|
|||
private static void Help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii v{0} - Updated and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Updated and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -269,7 +269,7 @@ namespace Sharpii
|
|||
public static void TPL_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -268,7 +268,7 @@ namespace Sharpii
|
|||
public static void U8_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
|
@ -848,7 +848,7 @@ namespace Sharpii
|
|||
public static void WAD_help()
|
||||
{
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("Sharpii {0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Sharpii .Net Core v{0} - Ported and Maintained by TheShadowEevee, originally by person66", ProgramVersion.version);
|
||||
Console.WriteLine("Using a modified version of libWiiSharp, originally made by leathl");
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("");
|
||||
|
|
Loading…
Reference in a new issue