diff --git a/src/TypedSignalR.Client.TypeScript.Generator/App.cs b/src/TypedSignalR.Client.TypeScript.Generator/App.cs index 0c94f58..9ff5199 100644 --- a/src/TypedSignalR.Client.TypeScript.Generator/App.cs +++ b/src/TypedSignalR.Client.TypeScript.Generator/App.cs @@ -37,7 +37,7 @@ public async Task Transpile( SerializerOption serializer = SerializerOption.Json, [Option("n", "camelCase (default) / PascalCase / none (The name in C# is used as it is.)")] NamingStyle namingStyle = NamingStyle.CamelCase, - [Option("en", "value (default) / nameString / nameCamel / NamePascal / union / unionCamel / UnionPascal")] + [Option("en", "value (default) / name / nameCamel / NamePascal / union / unionCamel / UnionPascal")] EnumStyle @enum = EnumStyle.Value, [Option("m", "camelCase (default) / PascalCase / none (The name in C# is used as it is.)")] MethodStyle method = MethodStyle.CamelCase,