Skip to content

Commit c53d550

Browse files
committed
docs: update help output
1 parent a4d51f7 commit c53d550

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,18 @@ Usage: List changesets
7070
$ unity-changeset list [options]
7171
7272
Options:
73-
--min <version> Minimum version (included)
74-
--max <version> Maximum version (included)
75-
--grep <version> Grep version
76-
--json Output in json format
77-
--pretty-json Output in pretty json format
78-
--all List all changesets (alpha/beta included)
79-
--beta List alpha/beta changesets
80-
--versions Output only the available Unity versions
81-
--minor-versions Output only the available Unity minor versions
82-
--latest-patch Output only the latest Unity patch versions
83-
--oldest-patch Output only the oldest Unity patch versions
73+
--min <version> Minimum version (included)
74+
--max <version> Maximum version (included)
75+
--grep <version> Grep version
76+
--json Output in json format
77+
--pretty-json Output in pretty json format
78+
--all List all changesets (alpha/beta included)
79+
--beta List alpha/beta changesets
80+
--versions Output only the available Unity versions
81+
--minor-versions Output only the available Unity minor versions
82+
--latest-patch Output only the latest Unity patch versions
83+
--oldest-patch Output only the oldest Unity patch versions
84+
--oldest-lifecycle Output only the latest lifecycle Unity patch versions
8485
```
8586

8687

0 commit comments

Comments
 (0)