Skip to content

Commit a42adf7

Browse files
committed
Add docs
Signed-off-by: Simeon Widdis <[email protected]>
1 parent 1c9bcb6 commit a42adf7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/user/ppl/cmd/head.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Syntax
1919
head [<size>] [from <offset>]
2020

2121
* <size>: optional integer. number of results to return. **Default:** 10
22+
* For readability or convenience, this can be prefixed by `limit=`.
2223
* <offset>: integer after optional ``from``. number of results to skip. **Default:** 0
2324

2425
Example 1: Get first 10 results

docs/user/ppl/cmd/top.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ top [N] <field-list> [by-clause]
2121
top [N] <field-list> [top-options] [by-clause] ``(available from 3.1.0+)``
2222

2323
* N: number of results to return. **Default**: 10
24+
* For readability or convenience, this can be prefixed by `limit=`.
2425
* field-list: mandatory. comma-delimited list of field names.
2526
* by-clause: optional. one or more fields to group the results by.
2627
* top-options: optional. options for the top command. Supported syntax is [countfield=<string>] [showcount=<bool>].

0 commit comments

Comments
 (0)