Skip to content

Commit 021eb53

Browse files
committed
docs: add missing "s"
1 parent 8fc874b commit 021eb53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Commands
5252
- ``spark db:table --show``
5353
- Or you can see the field names and the records of a table.
5454
- ``spark db:table my_table``
55-
- ``spark db:table my_table --limit-row 50 --limit-field-value 20 --desc``
55+
- ``spark db:table my_table --limit-rows 50 --limit-field-value 20 --desc``
5656
- Or you can see metadata like the column type, max length of a table.
5757
- ``spark db:table my_table --metadata``
5858
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.

0 commit comments

Comments
 (0)