Skip to content

Commit ef3fbf7

Browse files
committed
Fix help message.
1 parent 1ebb03f commit ef3fbf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mpu/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private static int Execute( IEnumerable<string> args )
9191
_ => action = Action.ShowHelp
9292
},
9393
{
94-
"l|library:", "[required] Copy MsgPack source as assets library tree.",
94+
"l|library", "[required] Copy MsgPack source as assets library tree.",
9595
_ => action = action != null ? Action.ShowHelp : Action.BuildAssetLibrary
9696
},
9797
{

0 commit comments

Comments
 (0)