We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c243043 commit bb4a154Copy full SHA for bb4a154
book/quick_tour.md
@@ -201,12 +201,12 @@ help -f filesize
201
202
It may not surprise you by now that the Help system itself is based on structured data! Notice that the output of `help -f filesize` is a table.
203
204
-The Help for each command is stored as a record with its:
+The Help for each command is stored as a record with the:
205
206
- Name
207
- Category
208
- Type (built-in, plugin, custom)
209
-- The parameters it accepts
+- Parameters it accepts
210
- Signatures showing what types of data it can accept as well as output
211
- And more
212
0 commit comments