Skip to content

Commit 892e04d

Browse files
Updated with the default value
1 parent 8e2e807 commit 892e04d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,15 @@ GitCli has the following commands:
5454
```
5555

5656
**query**
57-
57+
58+
This command shows only the first page
5859
```
59-
query postgresql 1
60+
query postgresql
6061
6162
```
63+
This command shows the second page (actually each integer is a specific page you want to see)
64+
65+
```
66+
query postgresql
6267
68+
```

0 commit comments

Comments
 (0)