Fix documentation of ls-projects

The type values were inserted after the --all flag, making the
documentation confusing to follow. Move the values back under
the correct section.

Change-Id: I693ac2043ffac467c5a7709fe84a7221df6a0e15
This commit is contained in:
Shawn O. Pearce
2012-04-05 09:10:41 -07:00
parent 94878a98b9
commit 7b825b3871

View File

@@ -57,6 +57,12 @@ Line-feeds are escaped to allow ls-project to keep the
--type::
Display only projects of the specified type. If not
specified, defaults to `code`. Supported types:
+
--
`code`:: Any project likely to contain user files.
`permissions`:: Projects created with the `--permissions-only` flag.
`all`:: Any type of project.
--
--all::
Display all projects that are accessible by the calling user
@@ -65,12 +71,6 @@ Line-feeds are escaped to allow ls-project to keep the
are owned by the calling user account (even if for these projects
the 'READ' access right is not assigned to the calling user
account).
+
--
`code`:: Any project likely to contain user files.
`permissions`:: Projects created with the `--permissions-only` flag.
`all`:: Any type of project.
--
EXAMPLES
--------