We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70df9c commit 1cddb12Copy full SHA for 1cddb12
Source/automaticcomponenttoolkit.go
@@ -74,7 +74,7 @@ func main () {
74
if (len (os.Args) < 2) {
75
log.Fatal ("Please run with the Interface Description XML as command line parameter.");
76
log.Fatal ("To specify a path for the generated source code use the optional flag \"-o ABSOLUTE_PATH_TO_OUTPUT_FOLDER\"");
77
- log.Fatal ("To create a diff between two versions of an Interface Description XML use the optional flagg \"-d OTHER_IDL_FILE\"");
+ log.Fatal ("To create a diff between two versions of an Interface Description XML use the optional flag \"-d OTHER_IDL_FILE\"");
78
}
79
if os.Args[1] == "-v" {
80
fmt.Fprintln(os.Stdout, "Version: "+ACTVersion)
0 commit comments