Skip to content

Commit

Permalink
Merge pull request #26 from bits01/patch-2
Browse files Browse the repository at this point in the history
Fix usage message
  • Loading branch information
matryer authored Mar 28, 2017
2 parents e8e29e6 + 9d0f545 commit fa59314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func usage() {
gen - generates type specific code from generic code.
get <package/file> - fetch a generic template from the online library and gen it.
{types} - (optional) Command line flags (see below)
{flags} - (optional) Command line flags (see below)
{types} - (required) Specific types for each generic type in the source
{types} format: {generic}={specific}[,another][ {generic2}={specific2}]
Expand Down

0 comments on commit fa59314

Please sign in to comment.