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 3b00d6d commit 57cdb2dCopy full SHA for 57cdb2d
doc/readthedocs/debugger/commands/support/help.rst
@@ -10,10 +10,10 @@ Get help for a debugger command or subcommand.
10
11
Without an argument, print the list of available debugger commands.
12
13
-When an argument is given, it is first checked to see if it is command
+When an argument is given, it is first checked to see if it is a command
14
name.
15
16
Some commands like `info`, `set`, and `show` can accept an
17
-additional subcommand to give help just about that particular
18
-subcommand. For example `help set basename` give help about the
+additional subcommand to give help about just that particular
+subcommand. For example `help set basename` gives help about the
19
`basename` subcommand of `set`.
0 commit comments