Skip to content

Commit

Permalink
Fix output formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed Aug 7, 2021
1 parent 27d2797 commit d6c077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/goversioninfo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
flagOut := flag.String("o", "resource.syso", "output file name")
flagGo := flag.String("gofile", "", "Go output file name (optional)")
flagPackage := flag.String("gofilepackage", "main", "Go output package name (optional, requires parameter: 'gofile')")
flagPlatformSpecific := flag.Bool("platform-specific", false, "output i386,amd64,arm and arm64 named resource.syso, ignores -o")
flagPlatformSpecific := flag.Bool("platform-specific", false, "output i386, amd64, arm and arm64 named resource.syso, ignores -o")
flagIcon := flag.String("icon", "", "icon file name")
flagManifest := flag.String("manifest", "", "manifest file name")

Expand Down

0 comments on commit d6c077a

Please sign in to comment.