mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 5 additions and 4 deletions
|
|
@ -52,10 +52,11 @@ static void cfgdatacmd_help(void)
|
|||
{
|
||||
printf("\nUsage: cfgdata <cmd> [arguments]\n");
|
||||
printf("Where <cmd> is one of:\n\n");
|
||||
printf(" all: show all config entries\n");
|
||||
printf(" print: display a specific config entry\n");
|
||||
printf(" set: set or change a config entry\n");
|
||||
printf(" unset: delete a config entry\n\n");
|
||||
printf(" all: show all config entries\n");
|
||||
printf(" print: display a specific config entry\n");
|
||||
printf(" set: set or change a config entry\n");
|
||||
printf(" unset: delete a config entry\n");
|
||||
printf(" format: delete all config entries\n\n");
|
||||
|
||||
printf("Syntax for 'set' cmd:\n");
|
||||
#ifdef CONFIG_MTD_CONFIG_NAMED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue