Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lang/csharp/src/apache/codegen/AvroGen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ static void Usage()
" --namespace Map an Avro schema/protocol namespace to a C# namespace.\n" +
" The format is \"my.avro.namespace:my.csharp.namespace\".\n" +
" May be specified multiple times to map multiple namespaces.\n" +
" Be aware that the mapping changes the SCHEMA, affecting the avro contract.\n" +
" --skip-directories Skip creation of namespace directories. It will generate classes right inside output directory\n",
AppDomain.CurrentDomain.FriendlyName);
}
Expand Down