Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(345)

Unified Diff: src/cmd/go/list.go

Issue 5708054: code review 5708054: cmd/go: fixes (Closed)
Patch Set: diff -r 64311b514185 https://go.googlecode.com/hg/ Created 13 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/cmd/go/help.go ('k') | src/cmd/go/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'.
`,
}
« no previous file with comments | « src/cmd/go/help.go ('k') | src/cmd/go/main.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b