Skip to content

Commit 8186c43

Browse files
committed
docs(repo): update example pagination
1 parent ad5a8a6 commit 8186c43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/kosli/listRepos.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ kosli list repos \
3838
--org yourOrgName \
3939
--output json
4040
41-
# show the second page of repos (15 per page):
41+
# show the second page of repos (25 per page):
4242
kosli list repos \
43-
--page-limit 15 \
43+
--page-limit 25 \
4444
--page 2 \
4545
--api-token yourAPIToken \
4646
--org yourOrgName

0 commit comments

Comments
 (0)