Skip to content

Commit 88e3f29

Browse files
Fix typo in mpu.exe parameters binding
1 parent 2b988c9 commit 88e3f29

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
@@ -139,7 +139,7 @@ private static int Execute( IEnumerable<string> args )
139139
},
140140
{
141141
"singular", "[serializer, optional] Specify avoid recursive serializer generation for target type(s).",
142-
_ => configuration.PreferReflectionBasedSerializer = false
142+
_ => configuration.IsRecursive = false
143143
},
144144
{
145145
"avoid-reflection-based", "[serializer, optional] Specify avoid built-in reflection based serializer and generates alternative serializers.",

0 commit comments

Comments
 (0)