Skip to content

Commit

Permalink
[LBPack] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Weermann (TGE) committed May 28, 2018
1 parent d996468 commit 3abb1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/PackTools/LBPack/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ private static void Main( string[] args )

internal class LBPackTool : PackToolBase
{
public override string Usage => "LBPack 1.0 - An LB pack/unpacker made by TGE (2018)\n" +
public override string Usage => "LBPack 1.1 - An LB pack/unpacker made by TGE (2018)\n" +
"\n" +
"Usage:\n" +
" LBPack <command>\n" +
"\n" +
"Commands:\n" +
"\n" +
" pack Packs the given input into an ACX file and outputs it to the specified output path.\n" +
" pack Packs the given input into an LB file and outputs it to the specified output path.\n" +
" Usage:\n" +
" pack <input directory path> <format> [output file path]\n" +
"\n" +
" unpack Unpacks the given input ACX file and outputs it to the specified output directory.\n" +
" unpack Unpacks the given input LB file and outputs it to the specified output directory.\n" +
" Usage:\n" +
" unpack <input file path> [output directory path]\n" +
"\n" +
Expand Down

0 comments on commit 3abb1f2

Please sign in to comment.