Skip to content

Commit

Permalink
gop c2go => gop c
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed May 22, 2022
1 parent 8a032eb commit 4b8c0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/c2go/c2go.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

// gop c2go
var Cmd = &base.Command{
UsageLine: "gop " + c2go.ShortUsage,
UsageLine: "gop c" + c2go.ShortUsage[4:],
Short: "Run c2go (convert C to Go) tools",
}

Expand Down

0 comments on commit 4b8c0fd

Please sign in to comment.