Commit c9f83372 authored by Rob Pike's avatar Rob Pike

add missing argument to usage message.

Fixes #912.

R=rsc
CC=golang-dev
https://golang.org/cl/1819041
parent 880beafc
...@@ -35,7 +35,7 @@ enum ...@@ -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");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment