1
0
mirror of https://github.com/golang/go synced 2024-10-02 18:18:33 -06:00

add missing argument to usage message.

Fixes #912.

R=rsc
CC=golang-dev
https://golang.org/cl/1819041
This commit is contained in:
Rob Pike 2010-07-12 16:31:51 -07:00
parent 880beafc9f
commit c9f83372d8

View File

@ -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");