Skip to content
Merged
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
2 changes: 1 addition & 1 deletion cmd_exe.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ex:
cmd.Flag.String("output", "", "output directory for root of package")
cmd.Flag.String("name", "", "name of output package (otherwise name of first package is used)")
cmd.Flag.String("main", "", "code string to run in the go main() function in the cgo library "+
"-- defaults to GoPyMainRun() but typically should be overriden")
"-- defaults to GoPyMainRun() but typically should be overridden")
// cmd.Flag.String("package-prefix", ".", "custom package prefix used when generating import "+
// "statements for generated package")
cmd.Flag.Bool("rename", false, "rename Go symbols to python PEP snake_case")
Expand Down
Loading