Merge "v.io/jiri: make jiri project info usable from outside of a project."
diff --git a/jiridoc/doc.go b/jiridoc/doc.go
index 842c3f9..04f2cd5 100644
--- a/jiridoc/doc.go
+++ b/jiridoc/doc.go
@@ -519,10 +519,11 @@
 Inspect the local filesystem and provide structured info on the existing
 projects and branches. Projects are specified using regular expressions that are
 matched against project keys. If no command line arguments are provided the
-project that the contains the current directory is used. The information to be
-displayed is specified using a go template, supplied via the -f flag, that is
-executed against the v.io/jiri/project.ProjectState structure. This structure
-currently has the following fields:
+project that the contains the current directory is used, or if run from outside
+of a given project, all projects will be used. The information to be displayed
+is specified using a go template, supplied via the -f flag, that is executed
+against the v.io/jiri/project.ProjectState structure. This structure currently
+has the following fields:
 project.ProjectState{Branches:[]project.BranchState(nil), CurrentBranch:"",
 HasUncommitted:false, HasUntracked:false, Project:project.Project{Name:"",
 Path:"", Protocol:"", Remote:"", RemoteBranch:"", Revision:"", GerritHost:"",