Index: src/cmd/go/list.go |
=================================================================== |
--- a/src/cmd/go/list.go |
+++ b/src/cmd/go/list.go |
@@ -13,7 +13,7 @@ |
) |
var cmdList = &Command{ |
- UsageLine: "list [-e] [-f format] [-json] [importpath...]", |
+ UsageLine: "list [-e] [-f format] [-json] [packages]", |
Short: "list packages", |
Long: ` |
List lists the packages named by the import paths, one per line. |
@@ -69,7 +69,7 @@ |
a non-nil Error field; other information may or may not be missing |
(zeroed). |
-For more about import paths, see 'go help importpath'. |
+For more about specifying packages, see 'go help packages'. |
`, |
} |