mirror of https://github.com/golang/go.git
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
|
||||
usage(void)
|
||||
{
|
||||
print("usage: %cg [flags] file.go...\n");
|
||||
print("gc: usage: %cg [flags] file.go...\n", thechar);
|
||||
print("flags:\n");
|
||||
// -A is allow use of "any" type, for bootstrapping
|
||||
print(" -I DIR search for packages in DIR\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue