Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andot committed Mar 14, 2016
1 parent a537fed commit 6911c20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Copyright (c) 2008-2016 http://hprose.com

```hipig -i:IExample.cs -r:Hprose.Client.dll -o:Example.cs```
```hipig -i:IExample -r:IExample.dll -o:Example.cs```

```
-input:FILE1[,FILEn] Input files (short: -i)
-output:FILE Output files (short: -o)
-reference:A1[,An] Imports metadata from the specified assembly (short: -r)
-i:InterfaceName Interface name
-o:OutputFileName Output files
-r:Assembly Imports metadata from the specified assembly
```

0 comments on commit 6911c20

Please sign in to comment.