system/cfgdata: add "format" command to description
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
9179783906
commit
6d730e3c25
@ -52,10 +52,11 @@ static void cfgdatacmd_help(void)
|
|||||||
{
|
{
|
||||||
printf("\nUsage: cfgdata <cmd> [arguments]\n");
|
printf("\nUsage: cfgdata <cmd> [arguments]\n");
|
||||||
printf("Where <cmd> is one of:\n\n");
|
printf("Where <cmd> is one of:\n\n");
|
||||||
printf(" all: show all config entries\n");
|
printf(" all: show all config entries\n");
|
||||||
printf(" print: display a specific config entry\n");
|
printf(" print: display a specific config entry\n");
|
||||||
printf(" set: set or change a config entry\n");
|
printf(" set: set or change a config entry\n");
|
||||||
printf(" unset: delete a config entry\n\n");
|
printf(" unset: delete a config entry\n");
|
||||||
|
printf(" format: delete all config entries\n\n");
|
||||||
|
|
||||||
printf("Syntax for 'set' cmd:\n");
|
printf("Syntax for 'set' cmd:\n");
|
||||||
#ifdef CONFIG_MTD_CONFIG_NAMED
|
#ifdef CONFIG_MTD_CONFIG_NAMED
|
||||||
|
Loading…
x
Reference in New Issue
Block a user