Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit e5afd1d

Browse files
Sauyon Leesmowton
andauthored
go-extractor: clarify --mimic error message
Co-authored-by: Chris Smowton <[email protected]>
1 parent 25eebe9 commit e5afd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/cli/go-extractor/go-extractor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func parseFlags(args []string, mimic bool) ([]string, []string) {
5555
os.Exit(0)
5656
}
5757
} else {
58-
log.Fatalf("Invalid --mimic: no compiler specified")
58+
log.Fatalf("--mimic requires an argument, e.g. --mimic go")
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)