Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_SHELL_HELP_FORMAT (">%10s %-35s - %s") |
Format of the command-shell help
message, that is used by the fnet_shell_help() function.
For example it can set to the ">%7s %-32s- %s"
value , where the first string is the command name, second one is the brief description of the command and the third one is the syntax of the command.
Definition at line 70 of file fnet_shell_config.h.