remake  4.3+dbg-1.5
help/help.h
Go to the documentation of this file.
1 #define help_HELP_TEXT \
2  "Get help for a debugger command or subcommand.\n" \
3  "\n" \
4  "Without an argument, print the list of available debugger commands.\n" \
5  "\n" \
6  "When an argument is given, it is first checked to see if it is command\n" \
7  "name.\n" \
8  "\n" \
9  "Some commands like `info`, `set`, and `show` can accept an\n" \
10  "additional subcommand to give help just about that particular\n" \
11  "subcommand. For example `help set basename` give help about the\n" \
12  "`basename` subcommand of `set`.\n"