From 6b46344d2f7c801b24049f8937baf3def8815fc6 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 18 May 2016 21:02:43 +0100 Subject: [PATCH] Create help file. --- SpritePacker.sln | 7 +++++++ SpritePacker/Help.txt | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 SpritePacker/Help.txt diff --git a/SpritePacker.sln b/SpritePacker.sln index 8fdd5cd..73251c1 100644 --- a/SpritePacker.sln +++ b/SpritePacker.sln @@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpritePacker", "SpritePacker\SpritePacker.csproj", "{6EF47B64-1920-4827-BEEF-B262D5A2D214}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C9D36DD-3962-45BF-938E-BE1E258053EC}" + ProjectSection(SolutionItems) = preProject + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -14,4 +19,6 @@ Global {6EF47B64-1920-4827-BEEF-B262D5A2D214}.Release|x86.ActiveCfg = Release|x86 {6EF47B64-1920-4827-BEEF-B262D5A2D214}.Release|x86.Build.0 = Release|x86 EndGlobalSection + GlobalSection(NestedProjects) = preSolution + EndGlobalSection EndGlobal diff --git a/SpritePacker/Help.txt b/SpritePacker/Help.txt new file mode 100644 index 0000000..b7320c6 --- /dev/null +++ b/SpritePacker/Help.txt @@ -0,0 +1,9 @@ +SpritePacker, by Starbeamrainbowlabs + +Usage: + mono ./SpritePacker.exe [flags] [filenames] + +--help Shows this help message. +--version Shows the version information. + +More information can be found at https://git.starbeamrainbowlabs.com/sbrl/SpritePacker \ No newline at end of file