mirror of
https://github.com/golang/go
synced 2024-11-20 00:14:44 -07:00
add missing argument to usage message.
Fixes #912. R=rsc CC=golang-dev https://golang.org/cl/1819041
This commit is contained in:
parent
880beafc9f
commit
c9f83372d8
@ -35,7 +35,7 @@ enum
|
|||||||
void
|
void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
print("usage: %cg [flags] file.go...\n");
|
print("gc: usage: %cg [flags] file.go...\n", thechar);
|
||||||
print("flags:\n");
|
print("flags:\n");
|
||||||
// -A is allow use of "any" type, for bootstrapping
|
// -A is allow use of "any" type, for bootstrapping
|
||||||
print(" -I DIR search for packages in DIR\n");
|
print(" -I DIR search for packages in DIR\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user