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