Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Dec 5, 2016
1 parent c8ea394 commit 7fa65d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -468,9 +468,9 @@ zfc arguments help:
-t, --customtypes=VALUE [optional, default=empty]comma separated allows custom types
-c, --conditionalsymbol=VALUE [optional, default=empty]conditional compiler symbol
-r, --resolvername=VALUE [optional, default=DefaultResolver]Register CustomSerializer target
-d, --disallowinternaltype [optional, default=false]Don't generate internal type", x => { DisallowInternalType = true; } },
-e, --propertyenumonly, [optional, default=false]Generate only property enum type only", x => { PropertyEnumOnly = true; } },
-m, --disallowinmetadata, [optional, default=false]Don't generate in metadata type", x => { DisallowInMetadata = true; } },
-d, --disallowinternaltype [optional, default=false]Don't generate internal type
-e, --propertyenumonly, [optional, default=false]Generate only property enum type only
-m, --disallowinmetadata, [optional, default=false]Don't generate in metadata type
```

```
Expand Down

0 comments on commit 7fa65d5

Please sign in to comment.