We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc874b commit 021eb53Copy full SHA for 021eb53
1 file changed
user_guide_src/source/changelogs/v4.2.0.rst
@@ -52,7 +52,7 @@ Commands
52
- ``spark db:table --show``
53
- Or you can see the field names and the records of a table.
54
- ``spark db:table my_table``
55
- - ``spark db:table my_table --limit-row 50 --limit-field-value 20 --desc``
+ - ``spark db:table my_table --limit-rows 50 --limit-field-value 20 --desc``
56
- Or you can see metadata like the column type, max length of a table.
57
- ``spark db:table my_table --metadata``
58
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
0 commit comments