We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebb03f commit ef3fbf7Copy full SHA for ef3fbf7
1 file changed
src/mpu/Program.cs
@@ -91,7 +91,7 @@ private static int Execute( IEnumerable<string> args )
91
_ => action = Action.ShowHelp
92
},
93
{
94
- "l|library:", "[required] Copy MsgPack source as assets library tree.",
+ "l|library", "[required] Copy MsgPack source as assets library tree.",
95
_ => action = action != null ? Action.ShowHelp : Action.BuildAssetLibrary
96
97
0 commit comments