There was an error while loading. Please reload this page.
1 parent d39a31b commit 4c1823aCopy full SHA for 4c1823a
1 file changed
cmd_exe.go
@@ -44,7 +44,7 @@ ex:
44
cmd.Flag.String("output", "", "output directory for root of package")
45
cmd.Flag.String("name", "", "name of output package (otherwise name of first package is used)")
46
cmd.Flag.String("main", "", "code string to run in the go main() function in the cgo library "+
47
- "-- defaults to GoPyMainRun() but typically should be overriden")
+ "-- defaults to GoPyMainRun() but typically should be overridden")
48
// cmd.Flag.String("package-prefix", ".", "custom package prefix used when generating import "+
49
// "statements for generated package")
50
cmd.Flag.Bool("rename", false, "rename Go symbols to python PEP snake_case")
0 commit comments