Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweismann committed Jan 11, 2019
1 parent e70df9c commit 1cddb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/automaticcomponenttoolkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func main () {
if (len (os.Args) < 2) {
log.Fatal ("Please run with the Interface Description XML as command line parameter.");
log.Fatal ("To specify a path for the generated source code use the optional flag \"-o ABSOLUTE_PATH_TO_OUTPUT_FOLDER\"");
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\"");
}
if os.Args[1] == "-v" {
fmt.Fprintln(os.Stdout, "Version: "+ACTVersion)
Expand Down

0 comments on commit 1cddb12

Please sign in to comment.